Skip to content

Commit

Permalink
update tls settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed Jan 26, 2025
1 parent 39630e2 commit c350a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func tlsListen(network, address, certFile, keyFile, caFile string) {

tlsConfig := &tls.Config{
Certificates: []tls.Certificate{cert},
// InsecureSkipVerify: true,
}

// Wenn ein CA File angegeben wurde
Expand Down

0 comments on commit c350a91

Please sign in to comment.