You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
Currently, we hard-code the InsecureSkipVerify option on the TLS config for the broker client's HTTP transport to allow communicating with brokers who do not have a root-signed certificate. We probably need to retain this capability, but it should be broker-specific. Something like:
typeBrokerSpecstruct {
Insecure*bool
}
The text was updated successfully, but these errors were encountered:
Currently, we hard-code the
InsecureSkipVerify
option on the TLS config for the broker client's HTTP transport to allow communicating with brokers who do not have a root-signed certificate. We probably need to retain this capability, but it should be broker-specific. Something like:The text was updated successfully, but these errors were encountered: