This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients asdfasdfasdfasdfasdfasdfasdf, docs@python, orsenthil, pitrou
Date 2010-09-29.13:11:54
SpamBayes Score 3.2690085e-07
Marked as misclassified No
Message-id <1285765909.3168.13.camel@localhost.localdomain>
In-reply-to <1285765640.77.0.351320281403.issue9983@psf.upfronthosting.co.za>
Content
> @pitrou you should also put an example of how to ACTUALLY establish a
> connection that can't be MITMed. Because lots of people are getting
> this wrong....

It would require writing the code for checking hostnames that the ssl
module currently lacks, so if I write that code I'd rather add it to the
ssl module rather than as an example in the docs :)

But, yes, I agree that the situation is quite unsatisfying right now.
History
Date User Action Args
2010-09-29 13:11:56pitrousetrecipients: + pitrou, orsenthil, docs@python, asdfasdfasdfasdfasdfasdfasdf
2010-09-29 13:11:55pitroulinkissue9983 messages
2010-09-29 13:11:54pitroucreate