Skip to content

Commit 08d60b8

Browse files
dkx-danielrtpt-erikgeiser
authored andcommitted
adds the possiblity to turn on TLS renegotiation
1 parent e0675b6 commit 08d60b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

response/runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ func NewTransport(opts TransportOptions, concurrentRequests int) (*http.Transpor
155155
if opts.EnableInsecureCiphersAndTLSVersions {
156156
tr.TLSClientConfig.CipherSuites = getAllCipherSuiteIDs()
157157
tr.TLSClientConfig.MinVersion = tls.VersionTLS10
158+
tr.TLSClientConfig.Renegotiation = tls.RenegotiateOnceAsClient
158159
}
159160

160161
if !opts.DisableHTTP2 {

0 commit comments

Comments
 (0)