Hg / Mercurial Warning: "not verified (check hostfingerprints or web.cacerts config setting)"
Mac Solution:
openssl req -new -x509 -extensions v3_ca -keyout /dev/null -out dummycert.pem -days 3650sudo cp dummycert.pem /etc/hg-dummy-cert.pem
Add this
[web]cacerts = /etc/hg-dummy-cert.pem
...to ~/.hgrc
Here you can find the solutions for other OS like Windows or Linux.
Comments
Post a Comment