disable session tickets by default
This commit is contained in:
parent
a6994bee95
commit
e050ff1b9f
3 changed files with 3 additions and 3 deletions
|
|
@ -761,7 +761,7 @@ func NewDefault() Configuration {
|
|||
SSLEarlyData: sslEarlyData,
|
||||
SSLSessionCache: true,
|
||||
SSLSessionCacheSize: sslSessionCacheSize,
|
||||
SSLSessionTickets: true,
|
||||
SSLSessionTickets: false,
|
||||
SSLSessionTimeout: sslSessionTimeout,
|
||||
EnableBrotli: false,
|
||||
UseGzip: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue