Skip to content

Commit

Permalink
Change Server TLS Min Version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
appit-online authored Feb 19, 2022
1 parent d0249f1 commit a2a0db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tls/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func NewServerConfig(logger log.Logger, cert, key, clientCA string) (*tls.Config
}

tlsCfg := &tls.Config{
MinVersion: tls.VersionTLS12,
MinVersion: tls.VersionTLS13,
}

mngr := &serverTLSManager{
Expand Down

0 comments on commit a2a0db7

Please sign in to comment.