[issue9003] urllib.request and http.client should allow certificate checking

Antoine Pitrou report at bugs.python.org
Wed Oct 6 22:52:28 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

A big warning is now present (*) in the urllib and httplib documentation pages. Also, once issue1589 is fixed, we can go forward and make {http.client,urllib.request} check hostname and cert if the user gives the location of a bunch of CA certs.

(*) see e.g. http://docs.python.org/dev/library/urllib.request.html

----------
dependencies: +New SSL module doesn't seem to verify hostname against commonName in certificate
nosy: +Ryan.Tucker, ahasenack, db, devin, heikki, janssen, kiilerix, vila, zooko
stage:  -> needs patch
title: urllib about https behavior -> urllib.request and http.client should allow certificate checking
type:  -> feature request
versions: +Python 3.2, Python 3.3 -Python 3.1

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


More information about the Python-bugs-list mailing list