Skip to content

Commit

Permalink
TLS 1.2?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 5, 2023
1 parent 22db82f commit cc9174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bmc/nsq.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (b *BMCService) InitConsumer() error {
Certificates: []tls.Certificate{cert},
ClientCAs: caCertPool,
ClientAuth: tls.RequireAndVerifyClientCert,
MinVersion: tls.VersionTLS13,
MinVersion: tls.VersionTLS12,
}
config.TlsV1 = true

Expand Down

0 comments on commit cc9174e

Please sign in to comment.