In the ssl module docs (and in the tests) it says that if you have a client 
specifying PROTOCOL_SSLv23 (so it'll use v2 or v3) and a server specifying 
PROTOCOL_SSLv3 (so it'll only use v3) that you cannot connect between the two.  
Why doesn't this end up using SSL v3 for the communication?


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to