Configuration to kafka connect with TLS not working with p12 trustore and keystore ? #1020
-
Hello, Below our setup with p12 connect:
- name: plusc
url: "https://scheam-plusc:8083"
ssl-trust-store: "/tmp/truststore.p12"
ssl-trust-store-password: "xxxxxx"
ssl-key-store: "/tmp/keystore.p12"
ssl-key-store-password: "xxxxxx" |
Beta Was this translation helpful? Give feedback.
Answered by
tchiotludo
Feb 14, 2022
Replies: 1 comment
-
As I see, jks was mandatory. Internally, we use Source Lab Kafka Connect client and there is no option to choose keystore format, the format is hardcoded here. You will need to create an issue or a PR on this project if you want to use alternative type of trustore |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tchiotludo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I see, jks was mandatory. Internally, we use Source Lab Kafka Connect client and there is no option to choose keystore format, the format is hardcoded here.
You will need to create an issue or a PR on this project if you want to use alternative type of trustore