We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using basic auth against a TLS endpoint gets an error if the cert is self signed
provider "kafka-connect" { url = "https://localhost:8083" basic_auth_username = "connectorSubmitter" # Optional basic_auth_password = "connectorSubmitter" # Optional }
Error: Post https://localhost:8083/connectors: x509: certificate signed by unknown authority
The underlying connect tool seem to support both insecure and adding cert files https://github.com/ricardo-ch/go-kafka-connect/blob/f7b66cb04ed725ee9e8960ca695fa7beecc04429/lib/connectors/base_client.go#L40-L42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using basic auth against a TLS endpoint gets an error if the cert is self signed
provider "kafka-connect" { url = "https://localhost:8083" basic_auth_username = "connectorSubmitter" # Optional basic_auth_password = "connectorSubmitter" # Optional }
Error: Post https://localhost:8083/connectors: x509: certificate signed by unknown authority
The underlying connect tool seem to support both insecure and adding cert files
https://github.com/ricardo-ch/go-kafka-connect/blob/f7b66cb04ed725ee9e8960ca695fa7beecc04429/lib/connectors/base_client.go#L40-L42
The text was updated successfully, but these errors were encountered: