golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.72k stars 17.63k forks source link

crypto/tls: does not support renegotiation #5742

Closed rogpeppe closed 8 years ago

rogpeppe commented 11 years ago
We would like to use net/http to talk to Microsoft Azure services, but
their servers force a TLS renegotiation, which crypto/tls
does not currently support.
hoenirvili commented 7 years ago

@elimisteve Cheers mate !

ghost commented 7 years ago

@Integralist Does that solve the Vegeta issue or is it a different app?

Integralist commented 7 years ago

@aidylewis Different app I think? Can't remember now. It was the team's own CLI app interacting with internal BBC service behind self-signed cert that was the issue iirc