We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b6ca commit 09a5680Copy full SHA for 09a5680
certs.go
@@ -27,7 +27,6 @@ var tlsClientSkipVerify = &tls.Config{InsecureSkipVerify: true}
27
28
var defaultTLSConfig = &tls.Config{
29
InsecureSkipVerify: true,
30
- NextProtos: []string{"h2", "http/1.1"},
31
}
32
33
var CA_CERT = []byte(`-----BEGIN CERTIFICATE-----
0 commit comments