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 :
- Login with the account the CruiseControl.NET service is running under (you could use “Run As…” on the cmd.exe as well)
- Either run the integration cycle with the “ccnet.exe” or execute “svn update” for the project
- Accept the certificate when prompted.

0 Responses to “How to deal with the CC.NET + SVN certificate problems”