<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSL connectivity to MQ Server from client in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268265#M46898</link>
    <description>&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/266336/tsetKeyStore.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCCm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149256i304C8004C2386CC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCCm.png" alt="0683p000009MCCm.png" /&gt;&lt;/span&gt; &lt;/A&gt;Thanks,&amp;nbsp;xdshi.&amp;nbsp; 
&lt;BR /&gt;I tried that, it doesn't work (deployed on weblogic). It throws this error: 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9771: SSL handshake failed. ,3=xxxxxx.xxxxx.com/xxx.xxx.xx.62:1414 (xxxxx.xxxxx.com),4=SSLSocket.startHandshake,5=default] 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.jmqi.remote.impl.RemoteTCPConnection.protocolConnect(Remote 
&lt;BR /&gt;------------------ 
&lt;BR /&gt;Although I imported the certs into DemoTrust.jks and the&amp;nbsp;tSetKeyStore points to this file, its still failing. However, this job works fine from Talend OpenStudio and also works when I run as a Standalone job (using the .sh file) 
&lt;BR /&gt;Thanks again. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCJH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137566i457BD6D55A3637FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCJH.png" alt="0683p000009MCJH.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 17 Nov 2015 16:40:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-17T16:40:46Z</dc:date>
    <item>
      <title>SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268263#M46896</link>
      <description>I have a Talend job that publishes messages to MQ on a remote Websphere MQ server. I used tMomOutput in the job. The job works fine. However, it doesn't work once the SSL security is enabled on the remote MQ server. &amp;nbsp;The cipher suite set on the MQ server is "SSL_RSA_WITH_DES_CBC_SHA". 
&lt;BR /&gt;I imported the signed certs of the remote MQ server in the client computer's trust-store and also set the cipher suite to "SSL_RSA_WITH_DES_CBC_SHA" (on the weblogic server where the Talend job is deployed). Also, I set the "CipherSpec" to "TRIPLE_DES_SHA_US" (that sets the cipher suite to "SSL_RSA_WITH_DES_CBC_SHA") in the tMomOutput component. The job fails with the following error: 
&lt;BR /&gt;"Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.Handshaker.activate(Handshaker.java:503) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.SSLHelper.configureSSLSocket(SSLHelper.java:768) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.SSLHelper.createSSLSocket(SSLHelper.java:154)" 
&lt;BR /&gt;I am not sure what's causing this error. Could someone please help me? Am I missing any additional settings in Talend? 
&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Sat, 14 Nov 2015 04:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268263#M46896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-14T04:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268264#M46897</link>
      <description>Hi,&lt;BR /&gt;Could you please try to use component &lt;A href="https://help.talend.com/search/all?query=tSetKeystore&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tSetKeystore&lt;/A&gt; to submit authentication data of a truststore with keystore to validation for the SSL connection to see if it works?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 16 Nov 2015 03:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268264#M46897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T03:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268265#M46898</link>
      <description>&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/266336/tsetKeyStore.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCCm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149256i304C8004C2386CC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCCm.png" alt="0683p000009MCCm.png" /&gt;&lt;/span&gt; &lt;/A&gt;Thanks,&amp;nbsp;xdshi.&amp;nbsp; 
&lt;BR /&gt;I tried that, it doesn't work (deployed on weblogic). It throws this error: 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9771: SSL handshake failed. ,3=xxxxxx.xxxxx.com/xxx.xxx.xx.62:1414 (xxxxx.xxxxx.com),4=SSLSocket.startHandshake,5=default] 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.jmqi.remote.impl.RemoteTCPConnection.protocolConnect(Remote 
&lt;BR /&gt;------------------ 
&lt;BR /&gt;Although I imported the certs into DemoTrust.jks and the&amp;nbsp;tSetKeyStore points to this file, its still failing. However, this job works fine from Talend OpenStudio and also works when I run as a Standalone job (using the .sh file) 
&lt;BR /&gt;Thanks again. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCJH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137566i457BD6D55A3637FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCJH.png" alt="0683p000009MCJH.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268265#M46898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T16:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268266#M46899</link>
      <description>Hi!
&lt;BR /&gt;Always concentrate your attention on "cause" block:
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;A href="http://stackoverflow.com/questions/28236091/how-to-enable-ssl-3-in-java" target="_blank" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/28236091/how-to-enable-ssl-3-in-java&lt;/A&gt;
&lt;BR /&gt;Also check General Java setting: Control Panel -&amp;gt;Java
&lt;BR /&gt;Good Luck.</description>
      <pubDate>Thu, 04 Feb 2016 17:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268266#M46899</guid>
      <dc:creator>AndreevYuri</dc:creator>
      <dc:date>2016-02-04T17:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268267#M46900</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;Is this connection is successfully established, I am also getting same error 
&lt;BR /&gt; 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.Handshaker.activate(Handshaker.java:503) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.SSLHelper.configureSSLSocket(SSLHelper.java:768) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.SSLHelper.createSSLSocket(SSLHelper.java:154) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQInternalCommunications.createSocketConnection(MQInternalCommunications.java:2288) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQv6InternalCommunications$1.run(MQv6InternalCommunications.java:166) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQv6InternalCommunications.initialize(MQv6InternalCommunications.java:163) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQv6InternalCommunications.&amp;lt;init&amp;gt;(MQv6InternalCommunications.java:111) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQSESSIONClient.MQCONNX(MQSESSIONClient.java:1458) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQSESSIONClient.MQCONN(MQSESSIONClient.java:1369) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.ibm.mq.MQManagedConnectionJ11.&amp;lt;init&amp;gt;(MQManagedConnectionJ11.java:252) 
&lt;BR /&gt;I am using tSetKeyStore component as well configured&amp;nbsp; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;B&gt;Anil Kumar Burri&lt;/B&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268267#M46900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-04T10:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268268#M46901</link>
      <description>Hi&amp;nbsp;&lt;BR /&gt;Any Help !!</description>
      <pubDate>Tue, 10 Jan 2017 09:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268268#M46901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T09:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268269#M46902</link>
      <description>&lt;P&gt;There is bug in Talend Component. We received fix the this on Talend 6.2 and 6.3. I am not sure about others.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 16:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268269#M46902</guid>
      <dc:creator>gunjos</dc:creator>
      <dc:date>2018-11-16T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connectivity to MQ Server from client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268270#M46903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did your issue resolved ? I am also having similar problem where i am facing SSL error and unable to connect to my Remote Server .  Can you tell me how do we install SSL certificates into our Talend and how do we use it for establishing connection&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 15:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-connectivity-to-MQ-Server-from-client/m-p/2268270#M46903</guid>
      <dc:creator>PChouhan1653056348</dc:creator>
      <dc:date>2022-05-20T15:45:40Z</dc:date>
    </item>
  </channel>
</rss>

