Re: Suggestion to integrate Mercurial with ca-certificates package.

2011-12-27 Thread Oleksandr Gavenko
On 2011-12-27, Oleksandr Gavenko wrote: > When you try perform communication through HTTPS you get warning: > > cygwin# hg identify https://bitbucket.org/django/django > warning: bitbucket.org certificate with fingerprint > 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verif

Re: Suggestion to integrate Mercurial with ca-certificates package.

2011-12-27 Thread Andrew Schulman
> To fix issue I create: > > cygwin# mkdir /etc/mercurial > cygwin# cat [web] > cacerts = /usr/ssl/certs/ca-bundle.crt > EOF > > Note that if cacerts point to non-existing file you get error from Mercurial: > > cygwin# hg identify https://bitbucket.org/django/d

Suggestion to integrate Mercurial with ca-certificates package.

2011-12-27 Thread Oleksandr Gavenko
cygwin# cygcheck -c mercurial Cygwin Package Information Package VersionStatus mercurial1.9.3-1OK When you try perform communication through HTTPS you get warning: cygwin# hg identify https://bitbucket.org/django/django warning: bitbucket.org