This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
SNI support #523
Open
Description
In my setup the HTTP transport always failed because of an untrusted certificate. The certificate, however, was trusted, but the server sent the wrong certificate as raven's very own SSL wrapper apparently does not support TLS Server Name Indication. My guess is that this could be fixed by adding a server_hostname
attribute with useful content to the ssl.wrap_socket
call in raven.utils.http.urlopen.ValidHTTPSConnection
.
Metadata
Metadata
Assignees
Labels
No labels