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 mathieui
Recipients gvanrossum, mathieui, pitrou, vstinner, yselivanov
Date 2014-10-31.11:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414754546.13.0.683201910106.issue22768@psf.upfronthosting.co.za>
In-reply-to
Content
>Maybe
>transport.get_extra_info('socket').getpeercert(True)
>would be okay, no patch needed?

Thanks, that indeed works; I don't know why I missed it while reading the source. Maybe the docs could use some clarification, though? (users are not supposed to know that _SelectorTransport is subclassed by _SelectorSslTransport, which thus gets the extra info of both)
History
Date User Action Args
2014-10-31 11:22:26mathieuisetrecipients: + mathieui, gvanrossum, pitrou, vstinner, yselivanov
2014-10-31 11:22:26mathieuisetmessageid: <1414754546.13.0.683201910106.issue22768@psf.upfronthosting.co.za>
2014-10-31 11:22:26mathieuilinkissue22768 messages
2014-10-31 11:22:26mathieuicreate