且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

svn命令行错误“服务器证书验证失败:发行者不受信任”;我该如何解决该错误?

更新时间:2023-10-22 19:44:58

您是否尝试使用http而不是https? / p>

Have you tried using http instead of https?

<trunkUrl>http://test-server.local/svn/test/Websites/test.com/trunk</trunkUrl>

评论后:

尝试这:在构建代理上进行本地svn签出,您可能会遇到相同的错误,并且在永久接受证书后仍可以继续操作,那么您也应该可以从ccnet使用该帐户。

Try this : Do a local svn checkout on the build agent, you will probably get the same error and be able to proceed after you permenantly accept the certificate. Then you should be able to use from ccnet as well. Make sure the account which you are logged on when manually doing it and the account ccnet is running are same.

http://danhounshell.com/blog/subversion-error-cert ificate-verification-failed-with-cruisecontrol-net /