Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I'm encountering an SSL handshake failure while running MIMB (Metadata Integration Model Bridge) in Talend Data Catalog to import metadata from Qlik Sense. Here’s a summary of the issue:
wss://192.168.11.251/app/
Following is the error i am getting:
javax.websocket.DeploymentException: SSL handshake has failed
MITI.MIRException: javax.websocket.DeploymentException: SSL handshake has failed
Best Regards
Hello Qlikkies ,
A Quick update : we resolved the issue
It was the error with the certificate file ( client.pfx /server.pfx/root.pfx)
while exporting the qlik sense server certificate it ask for computer name and that name is to be used here instead of ip ( here we have used wss://192.168.11.251/app/ which is incorrect as certificate contains computer name instead of IP Address.)
we solved this issue by simply adding the computer name in Server URL part of TDC import setup.
Hope that helps,
Best Regards
Chirag
Hello Qlikkies ,
A Quick update : we resolved the issue
It was the error with the certificate file ( client.pfx /server.pfx/root.pfx)
while exporting the qlik sense server certificate it ask for computer name and that name is to be used here instead of ip ( here we have used wss://192.168.11.251/app/ which is incorrect as certificate contains computer name instead of IP Address.)
we solved this issue by simply adding the computer name in Server URL part of TDC import setup.
Hope that helps,
Best Regards
Chirag