Skip to content

Commit

Permalink
Update minimum TLS test version
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Feb 8, 2024
1 parent 7d5a1ea commit 2faaee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (p *pki) CipherSuite() string {
}

func (p *pki) TLSMinVersion() string {
return "TLS11"
return "TLS12"
}

func (p *pki) TLSMaxVersion() string {
Expand Down

0 comments on commit 2faaee9

Please sign in to comment.