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 pitrou
Recipients janssen, nadeem.vawda, pitrou, vstinner
Date 2011-10-19.14:22:56
SpamBayes Score 0.0021223067
Marked as misclassified No
Message-id <1319033940.3230.3.camel@localhost.localdomain>
In-reply-to <1319033372.52.0.0383148427627.issue13218@psf.upfronthosting.co.za>
Content
> 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...
History
Date User Action Args
2011-10-19 14:22:57pitrousetrecipients: + pitrou, janssen, vstinner, nadeem.vawda
2011-10-19 14:22:56pitroulinkissue13218 messages
2011-10-19 14:22:56pitroucreate