We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6e98d commit f321047Copy full SHA for f321047
servers/https.go
@@ -32,6 +32,7 @@ func NewHttpsServer(conf *conf.Conf) *http.Server {
32
rateLimiter.ServeHTTP(rw, req)
33
}),
34
TLSConfig: &tls.Config{
35
+ MinVersion: tls.VersionTLS13,
36
GetCertificate: func(info *tls.ClientHelloInfo) (*tls.Certificate, error) {
37
// error out on invalid domains
38
if !conf.Domains.IsValid(info.ServerName) {
0 commit comments