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

That will be problematic with issue22560. The clear-text socket object and the SSL object become unrelated, and it would be logical for get_extra_info('socket') to return the clear-text socket, so either a get_extra_info('ssl') would be needed, or we should expose the SSL properties directly as extra info members.
History
Date User Action Args
2014-10-31 11:38:09pitrousetrecipients: + pitrou, gvanrossum, vstinner, mathieui, yselivanov
2014-10-31 11:38:09pitrousetmessageid: <1414755489.86.0.634622846541.issue22768@psf.upfronthosting.co.za>
2014-10-31 11:38:09pitroulinkissue22768 messages
2014-10-31 11:38:09pitroucreate