Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36076: Add SNI support to ssl.get_server_certificate. #16820

Merged
merged 1 commit into from
Apr 18, 2021

Commits on Apr 18, 2021

  1. bpo-36076: Add SNI support to ssl.get_server_certificate.

    Many servers in the cloud environment require SNI to be used during the
    SSL/TLS handshake, therefore it is not possible to fetch their certificates
    using the ssl.get_server_certificate interface. This change adds an SNI
    extension to the handshake making certificate fetching work.
    juhovh committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    29c830f View commit details
    Browse the repository at this point in the history