我在mac上使用了conerstone。尝试连接回购时出现以下错误:
Description : Unable to contact the repository at https://users@repoURL.com because an SSL session could not be established.
Suggestion : This Mac was unable to present a valid certificate or the server's certificate was rejected as invalid.
Error : V4SSLHandshakeFailureError
Exception : ZSVNSSLHandshakeFailureException
Description : Unable to connect to a repository at URL 'https://users@repoURL.com'
Status : 175002
Description : OPTIONS of 'https://users@repoURL.com': SSL handshake failed: SSL error code -1/1/336032856 (https://users@repoURL.com)
Status : 175002
是的,SSL身份验证失败,因为安装了 NO SSL证书。很好。如何告诉我手动信任此位置的基石(或SVN)?
答案 0 :(得分:1)
解决方案是升级到较新的Subversion客户端(它是针对较新的OpenSSL版本构建的)。验证您输入的URL是否与主机名和证书的公用名匹配。
答案 1 :(得分:0)
也许您可以删除存储库,然后重新添加。