Mercurial > hg
comparison hgext/win32mbcs.py @ 24291:760a86865f80
ssl: load CA certificates from system's store by default on Python 2.7.9
This will make it easy to manage in-house CA certificates, which are often
used in corporate environment and installed into the Windows' certs store.
Unlike Apple python, the dummycert trick isn't necessary on Python 2.7.9.
The default web.cacerts will be set as follows:
environment web.cacerts behavior
------------- ----------- -----------------------------------------
Apple Python dummycert fall back to system's store
Python 2.7.8 '!' never use CA certs (show warning instead)
Python 2.7.9+ None load CA certs from system's store
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 26 Feb 2015 22:54:13 +0900 |
parents | 41c06a02814e |
children | 80c5b2666a96 |
comparison
equal
deleted
inserted
replaced
24290:b76d8c641746 | 24291:760a86865f80 |
---|