Skip to content

Commit c350a91

Browse files
committed
update tls settings
1 parent 39630e2 commit c350a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/api/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ func tlsListen(network, address, certFile, keyFile, caFile string) {
124124

125125
tlsConfig := &tls.Config{
126126
Certificates: []tls.Certificate{cert},
127+
// InsecureSkipVerify: true,
127128
}
128129

129130
// Wenn ein CA File angegeben wurde

0 commit comments

Comments
 (0)