[issue9983] please add a large NOTE explaining that urllib does not perform any ssl validation

Martin v. Löwis report at bugs.python.org
Wed Sep 29 22:26:32 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

Please don't say that "urllib does not perform any ssl validation". It certainly *does* perform ssl validation, namely it validates whether the payload received over ssl matches the certificate received from the server.

What it does not do is to validate the server certificate in any form (AFAIU).

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list