Re: Keystore format limitations for TLS

2021-08-23 Thread Alexander Fedulov
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

Keystore format limitations for TLS

2021-08-16 Thread Alexis Sarda-Espinosa
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).