Skip to content
New issue

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

Add provider support for InsecureSSL or support client certificates #35

Open
whathelll opened this issue Dec 8, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@whathelll
Copy link

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

@Mongey Mongey added the enhancement New feature or request label Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants