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 underrun
Recipients underrun
Date 2013-08-01.15:56:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375372562.92.0.356754094449.issue18616@psf.upfronthosting.co.za>
In-reply-to
Content
ssl.get_server_certificate does not allow advanced options like what ciphers to use (for ssl2 for instance) or SNI for virtual hosts with multiple ssl sites on one IP address.

Adding **kwargs enables any current and future SSLSocket options to be passed along to the underlying connection. wrap_socket doesn't include all the options (npn and sni for instance), so I use SSLSocket instead.
History
Date User Action Args
2013-08-01 15:56:02underrunsetrecipients: + underrun
2013-08-01 15:56:02underrunsetmessageid: <1375372562.92.0.356754094449.issue18616@psf.upfronthosting.co.za>
2013-08-01 15:56:02underrunlinkissue18616 messages
2013-08-01 15:56:02underruncreate