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 adamg-work
Recipients
Date 2004-09-13.17:45:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When you try to connect via socket.ssl(), python 
attempts a ssl2 connection then negotiates up. On 
some servers however ssl2 is disabled making the 
connection fail. The documentation should mention this 
limitation.

If you want to connect to an ssl3 or tls1 only server, 
you need to modify the ssl context this method uses. I 
submitted a patch (889813) some time ago to allow the 
context to be specified as an optional argument.
History
Date User Action Args
2007-08-23 14:26:09adminlinkissue1027394 messages
2007-08-23 14:26:09admincreate