certificate verify failed for mercurial VCS in teamcity

五迷三道 提交于 2020-01-01 06:58:09

问题


I am trying to configure mercurial with teamcity but getting the following error:

stderr: abort: error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

tried solutions mentioned in following link of signed certificates but nothing seems to be working.

https://www.mercurial-scm.org/wiki/CACertificates#Manually_bypassing_security_checks_on_self-signed_certificates

Any Idea what I am missing here. Please guide


回答1:


Fix the problem by putting the mercurial.ini config file at C:\Windows\System32\config\systemprofile path.



来源:https://stackoverflow.com/questions/11847213/certificate-verify-failed-for-mercurial-vcs-in-teamcity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!