Skip to content

Commit

Permalink
tunneldriver: add Renegotiation to forwarding tls config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Oct 16, 2023
1 parent 351b2ca commit 22d68ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tunneldriver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ func handleConn(ctx context.Context, dest string, protocol string, dialer Dialer
next = tls.Client(next, &tls.Config{
ServerName: host,
InsecureSkipVerify: true,
Renegotiation: tls.RenegotiateFreelyAsClient,
})
}

Expand Down

0 comments on commit 22d68ab

Please sign in to comment.