Hi Alexis,
the first step would be to verify whether the keystore that you are trying
to use is compatible with the Java version inside of your Docker container
( even before involving any of Flink specifics). Try the following:
- Run your Flink Docker container locally
- Mount a folder wit
Hello,
I am trying to configure TLS communication for a Flink cluster running on
Kubernetes. I am currently using the BCFKS format and setting that as default
via javax.net.ssl.keystoretype and javax.net.ssl.truststoretype (which are
injected in the environment variable FLINK_ENV_JAVA_OPTS). Th