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 apollo13, pitrou
Date 2011-01-07.18:23:28
SpamBayes Score 0.00024506857
Marked as misclassified No
Message-id <1294424610.53.0.499288048242.issue10808@psf.upfronthosting.co.za>
In-reply-to
Content
As we discussed on IRC, there are two things here:

- unwrap() can give an error because it tries to shutdown the SSL layer cleanly, and the other side doesn't support it or is already closed; unwrap() is useful mostly if you plan to use the clear-text layer afterwards, otherwise you can just call shutdown(socket.SHUT_RDWR) and then close()

- the error message and errnos are totally bogus, but I'm afraid that's because of OpenSSL giving us this information.
History
Date User Action Args
2011-01-07 18:23:30pitrousetrecipients: + pitrou, apollo13
2011-01-07 18:23:30pitrousetmessageid: <1294424610.53.0.499288048242.issue10808@psf.upfronthosting.co.za>
2011-01-07 18:23:28pitroulinkissue10808 messages
2011-01-07 18:23:28pitroucreate