[issue36076] ssl.get_server_certificate should use SNI

2021-04-18 Thread Christian Heimes
Christian Heimes added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.7 ___ Python tracker _

[issue36076] ssl.get_server_certificate should use SNI

2021-04-18 Thread miss-islington
miss-islington added the comment: New changeset 49fdf118aeda891401d638ac32296c7d55d54678 by juhovh in branch 'master': bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820) https://github.com/python/cpython/commit/49fdf118aeda891401d638ac32296c7d55d54678 -- nosy: +mis

[issue36076] ssl.get_server_certificate should use SNI

2019-10-16 Thread Juho Vähä-Herttua
Change by Juho Vähä-Herttua : -- keywords: +patch pull_requests: +16372 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16820 ___ Python tracker ___

[issue36076] ssl.get_server_certificate should use SNI

2019-02-22 Thread Maciej Grela
New submission from Maciej Grela : The ssl.get_server_certificate function doesn't send SNI information causing an wrong certificate to be sent back by the server (or connection close in some cases). This can be seen when trying to use get_server_certificate against a site behind cloudflare.