Skip to content

Commit ec275fc

Browse files
committed
Added comment about certs
1 parent 65f8b6a commit ec275fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Companion/exporter/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type FrmApiRequest struct {
2222
}
2323

2424
// Reusable HTTP client for HTTPS w/ self-signed certs
25+
// InsecureSkipVerify: true isn't technically "safe," but dedicated servers default to self-signed certs
2526
var tlsClient = &http.Client{
2627
Timeout: 10 * time.Second,
2728
Transport: &http.Transport{

0 commit comments

Comments
 (0)