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
If the Solr cluster requires mTLS, then the http.Client used by api.go needs to supply a client cert and optionally the Certificate Authority (CA) cert if not already trusted between client & server. This means adding the following config to the http.Transport object for the http.Client:
If the Solr cluster requires mTLS, then the
http.Client
used byapi.go
needs to supply a client cert and optionally the Certificate Authority (CA) cert if not already trusted between client & server. This means adding the following config to thehttp.Transport
object for thehttp.Client
:The server(s) will need to be configured to trust the CA that issued the client cert.
The text was updated successfully, but these errors were encountered: