I was trying to follow the documentation here to set up SSL encryption for Kafka Connect REST API. Has anyone successfully configured https with SSL certificates as explained in the documentation? I tried many combinations of possible values for the following parameters, but none of them worked.
It turns out that this set of configuration works on docker images confluentinc/cp-base and openjdk:8. It currently does work on ibmjava:jre-8 and ibmjava:sdk-8.
I was trying to follow the documentation here to set up SSL encryption for Kafka Connect REST API. Has anyone successfully configured https with SSL certificates as explained in the documentation? I tried many combinations of possible values for the following parameters, but none of them worked.