[issue13218] test_ssl failures on Ubuntu 11.10

Antoine Pitrou report at bugs.python.org
Wed Oct 19 16:22:57 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> AssertionError: Client protocol SSLv23 succeeded with server protocol SSLv3!
> AssertionError: Client protocol SSLv23 succeeded with server protocol TLSv1!

Hmm... I guess Ubuntu may have aliased SSLv23 to SSLv3. Can someone take
a look at Ubuntu patches to OpenSSL?
I also think we could relax these tests. After all, they're testing
OpenSSL's functionality, not really our own code.

Regardless, I really don't like the way Ubuntu change semantics of a
*library* they're packaging...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13218>
_______________________________________


More information about the Python-bugs-list mailing list