Skip to content

Commit

Permalink
Set min TLS version to v1.3 (ava-labs#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Jun 28, 2022
1 parent d53b874 commit 55b4566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/peer/tls_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ func TLSConfig(cert tls.Certificate) *tls.Config {
// During our security audit by Quantstamp, this was investigated
// and confirmed to be safe and correct.
InsecureSkipVerify: true,
MinVersion: tls.VersionTLS13,
}
}

0 comments on commit 55b4566

Please sign in to comment.