disable session tickets by default

This commit is contained in:
Elvin Efendi 2020-09-18 00:08:00 -04:00
parent a6994bee95
commit e050ff1b9f
3 changed files with 3 additions and 3 deletions

View file

@ -761,7 +761,7 @@ func NewDefault() Configuration {
SSLEarlyData: sslEarlyData,
SSLSessionCache: true,
SSLSessionCacheSize: sslSessionCacheSize,
SSLSessionTickets: true,
SSLSessionTickets: false,
SSLSessionTimeout: sslSessionTimeout,
EnableBrotli: false,
UseGzip: true,