Hi,
I have keystore for each of the 4 nodes in cluster and respective trustore. The cluster is configured correctly with SSL , verified this by accessing job manager using https and also see the TM path as akka.ssl.tcp, however the job is not getting submitted to the cluster. I am not allowed to import the certificate to the java default trustore, so I have provided the trustore and keystore as jvm args to the job. Is there any other configuration I should do so that the job is submitted Regards, Vinay Patil |
Hi Vinay,
do you have any exception or log entry that describes the failure? Regards, Timo Am 14.03.18 um 15:51 schrieb Vinay Patil:
|
Hi Guys, Any suggestions here Regards, Vinay Patil On Wed, Mar 14, 2018 at 8:08 PM, Vinay Patil <[hidden email]> wrote:
|
Just an update, I am submitting the job from the master node, not using the normal flink run command to submit the job , but using Remote Execution Environment in code to do this. And in that I am passing the hostname which is same as provided in flink-conf.yaml Regards, Vinay Patil On Thu, Mar 15, 2018 at 7:57 AM, Vinay Patil <[hidden email]> wrote:
|
Hi, Even tried with ip-address for JobManager.host.name property, but did not work. When I tried netstat -anp | grep 6123 , I see 3 TM connection state as established, however when I submit the job , I see two more entries with state as TIME_WAIT and after some time these entries are gone and I get a Lost to Job Manager Exception. This only happens when SSL is enabled. Regards, Vinay Patil On Thu, Mar 15, 2018 at 10:28 AM, Vinay Patil <[hidden email]> wrote:
|
How are you creating the remote
environment? In particular, are passing a configuration to the
RemoteEnvironment?
Have you set the SSL options in the config? On 15.03.2018 22:46, Vinay Patil wrote:
|
Hi, When I set ssl.verify.hostname to true , the job fails with SSL handshake exception where it tries to match the IP address instead of the hostname in the certificates. Everything works when I set this to false. The keystore is created with FQDN. The solution of adding all the hostnames and IP addresses in SAN list is discarded by the company. And a security concern is raised when I set this parameter to false. I see this https://issues.apache.org/jira/browse/FLINK-5030 in Unresolved state. How do Flink support hostname verification ? @Chesnay : It would be helpful to know the answer to my previous mail Regards, Vinay Patil On Fri, Mar 16, 2018 at 10:15 AM, Vinay Patil <[hidden email]> wrote:
|
Hi, The passwords are shown in plain text in logs , is this fixed in newer versions of flink (I am using 1.3.2) Also, please let me know the answer to my previous queries in this mail chain Regards, Vinay Patil On Mon, Mar 19, 2018 at 7:35 PM, Vinay Patil <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |