Mercurial 1.7.3 证书错误 Windows
我试图在 Windows 上的 Mercurial 1.7.3 中克隆我的存储库,并收到以下错误:
C:\Dev>hg clone https://dev.mydomain.com/repo 中止:dev.mydomain.com 证书错误:证书适用于 *.webfaction.com
我是否必须支付真正的 SSL 证书才能使其正常工作,或者是否有某种方法可以强制它进行克隆? (我知道出于安全原因这通常不是一个好主意。我只想检查代码。)
谢谢, 布莱恩
I'm trying to clone my repo in Mercurial 1.7.3 on Windows and get the following error:
C:\Dev>hg clone https://dev.mydomain.com/repo
abort: dev.mydomain.com certificate error: certificate is for *.webfaction.com
Do I have to pay for a real SSL certificate to get this to work at all or is there some way I can force it to do the clone? (I understand that this is not a good idea in general for security reasons. I would just like to get the code checked out.)
Thanks,
Brian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将其放入您的 Mercurial 配置文件中:
Simply put this in your mercurial configuration file:
您应该查看以下内容:CACertificates。
Mercurial 最近刚刚开始验证证书。您可以为自签名证书创建例外。
You should look at this: CACertificates.
Mercurial just recently started verifying certificates. You can create exceptions for self-signed certs.