Closed ccassell closed 1 year ago
Connecting to a service that uses SSL/TLS with SNI, for example AWS CloudFront, raises an SSLV3_ALERT_HANDSHAKE_FAILURE exception. To fix this, pass server hostname to SSLContext.wrap_socket.
SSLV3_ALERT_HANDSHAKE_FAILURE
SSLContext.wrap_socket
thanks @ccassell
Connecting to a service that uses SSL/TLS with SNI, for example AWS CloudFront, raises an
SSLV3_ALERT_HANDSHAKE_FAILURE
exception. To fix this, pass server hostname toSSLContext.wrap_socket
.