[issue22959] http.client.HTTPSConnection checks hostname when SSL context has check_hostname==False

Benjamin Peterson report at bugs.python.org
Sun Nov 30 05:36:53 CET 2014


Benjamin Peterson added the comment:

Why do you think it still verifies the hostname? It will certainly check if the certificate has a valid trust chain, but it won't do matching on the hostname.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22959>
_______________________________________


More information about the Python-bugs-list mailing list