Tag Archive for 'CC.NET'

How to deal with the CC.NET + SVN certificate problems

If the CruiseControl.NET is not able to update from the subversion repository, these could be the possible problems:

  • Time on the SVN and CC.NET servers is out of sync. Solution is obvious - synchronize the time.
  • Server’s certificate is not accepted and the “Server certificate verification failed: issuer is not trusted” message is logged in the log. Solution :
    1. Login with the account the CruiseControl.NET service is running under (you could use “Run As…” on the cmd.exe as well)
    2. Either run the integration cycle with the “ccnet.exe” or execute “svn update” for the project
    3. Accept the certificate when prompted.