Skip to content

Commit

Permalink
SessionTicketsDisabled: false -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX authored Jan 1, 2021
1 parent 4d2e782 commit a58bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/internet/tls/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (c *Config) GetTLSConfig(opts ...Option) *tls.Config {
RootCAs: root,
InsecureSkipVerify: false,
NextProtos: nil,
SessionTicketsDisabled: false,
SessionTicketsDisabled: true,
}
}

Expand Down

0 comments on commit a58bfc4

Please sign in to comment.