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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2010-10-13.17:40:37
SpamBayes Score 2.033479e-11
Marked as misclassified No
Message-id <1286991640.59.0.0748965816063.issue10084@psf.upfronthosting.co.za>
In-reply-to
Content
Problem with SSL dispatcher subclasses used in tests is that they are all similar to pyftpdlib's SSLConnection class ( http://code.google.com/p/pyftpdlib/source/browse/trunk/pyftpdlib/contrib/handlers.py?spec=svn743&r=729#73 ) and I'm not sure it's API is suitable for a general use case. 
It fits well for pyftpdlib, servers in general and stdlib tests but I'm not sure about other uses cases.
In details I'm thinking about clients, secure connections reverted back to clear-text (e.g FTP might need this) and recent issues about certificates validation.
Before writing anything we should agree on an API and make sure it is able to cover all use cases.
History
Date User Action Args
2010-10-13 17:40:40giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2010-10-13 17:40:40giampaolo.rodolasetmessageid: <1286991640.59.0.0748965816063.issue10084@psf.upfronthosting.co.za>
2010-10-13 17:40:37giampaolo.rodolalinkissue10084 messages
2010-10-13 17:40:37giampaolo.rodolacreate