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 janssen
Recipients giampaolo.rodola, janssen
Date 2009-01-07.19:06:58
SpamBayes Score 0.009324732
Marked as misclassified No
Message-id <1231355221.93.0.0201798145956.issue4870@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, that's not quite true.  Specifying TLSv1 or SSLv3 on the
server side will disable SSLv2.  However, there's currently no way to
specify SSLv3 *or* TLSv1 *but not* SSLv2.  This looks easy to fix; I'll
add another entry to the list of protocol versions, which when selected
will cause the server to use SSLv23, but will cause SSLv2 clients to be
rejected.
History
Date User Action Args
2009-01-07 19:07:02janssensetrecipients: + janssen, giampaolo.rodola
2009-01-07 19:07:01janssensetmessageid: <1231355221.93.0.0201798145956.issue4870@psf.upfronthosting.co.za>
2009-01-07 19:07:00janssenlinkissue4870 messages
2009-01-07 19:06:59janssencreate