go version go1.3
I have a server outside my control that fails to respond properly when OSCP stapling is
enabled and causes a "tls: received unexpected handshake message..." error.
I would like to be able to set a tls.Config{} option to disable OSCP stapling instead of
recompiling the package. I am attaching the rudimentary patch I have been compiling
into crypto/tls.
Attachments:
- DisableOSCPStapling.patch (1166 bytes)
go version go1.3 I have a server outside my control that fails to respond properly when OSCP stapling is enabled and causes a "tls: received unexpected handshake message..." error. I would like to be able to set a tls.Config{} option to disable OSCP stapling instead of recompiling the package. I am attaching the rudimentary patch I have been compiling into crypto/tls.Attachments: