Mercurial 1.7.3 证书错误 Windows

发布于 2024-10-12 08:45:51 字数 324 浏览 2 评论 0原文

我试图在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

握住你手 2024-10-19 08:45:51

只需将其放入您的 Mercurial 配置文件中:

[web]
cacerts =

Simply put this in your mercurial configuration file:

[web]
cacerts =
仅此而已 2024-10-19 08:45:51

您应该查看以下内容:CACertificates

Mercurial 最近刚刚开始验证证书。您可以为自签名证书创建例外。

You should look at this: CACertificates.

Mercurial just recently started verifying certificates. You can create exceptions for self-signed certs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文