We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f8b6a commit ec275fcCopy full SHA for ec275fc
Companion/exporter/common.go
@@ -22,6 +22,7 @@ type FrmApiRequest struct {
22
}
23
24
// Reusable HTTP client for HTTPS w/ self-signed certs
25
+// InsecureSkipVerify: true isn't technically "safe," but dedicated servers default to self-signed certs
26
var tlsClient = &http.Client{
27
Timeout: 10 * time.Second,
28
Transport: &http.Transport{
0 commit comments