[PATCH 0 of 2] Improve openssl/cacert messages

timeless timeless at gmail.com
Sun Mar 6 09:57:22 CST 2011


When I try to use web.cacert/hostfingerprints.*, i can get a couple of errors:

1. abort: certificate checking requires Python 2.6

- I haven't handled this yet, but the problem is that while I can
get this error message, I also get errors that suggest I try to add
flags which lead me to this error - which sucks.

2. skipped: missing feature: python >= 2.6 ssl module

this is the non human readable version of "You have Python 2.6, but you don't have PyOpenSSL"
+ patched in this series

3. abort: error: _ssl.c:328: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib

this is the non human readable version of "I could not find that file"
+ patched and tested in this series


More information about the Mercurial-devel mailing list