<?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: mysql SSL connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202409#M4118</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I am using Talend Open Studio Big Data v5.5.1r118616&lt;BR /&gt;I am attempting to connect to a MySQL database that requires SSL. I can connect perfectly with MySQL Workbench using SSL. The database is live and available.&lt;BR /&gt;tMysqlConnection is consistently throwing an exception as follows with a variable number of milliseconds. Is this really a timeout, or is something else going on?&lt;BR /&gt;Exception in component tMysqlConnection_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have same result with TOS 5.6.1 - communication link failure. 
&lt;BR /&gt;Is it a bug? 
&lt;BR /&gt;(parameters: noDatetimeStringSync=true&amp;amp;useSSL=true&amp;amp;ssl_ca=c:/DDS/aws/rds-combined-ca-bundle.pem)</description>
    <pubDate>Fri, 13 Mar 2015 19:58:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-13T19:58:04Z</dc:date>
    <item>
      <title>mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202404#M4113</link>
      <description>I am trying to connect to mysql using SSL.&amp;nbsp; The certificate files for: Private Key, CA Cert, and Cert files have all been installed on the machine running Talend.&amp;nbsp; This machine is the windows development machine running TOS 
&lt;BR /&gt;I have added this to the "additional parameters" input of the Talend mysql connection: 
&lt;BR /&gt;noDatetimeStringSync=true&amp;amp;verifyServerCertificate=true&amp;amp;useSSL=true&amp;amp;requireSSL=true&amp;amp;ssl_ca=C:/Users/Desktop/SQL Dev/ca-cert.pem&amp;amp;ssl_key=C:/Users/Desktop/SQL Dev/client-key.pem&amp;amp;ssl_cert=C:/Users/Desktop/SQL Dev/client-cert.pem 
&lt;BR /&gt;I keep getting a "connection timeout" error in TOS when trying to run the job in the IDE. 
&lt;BR /&gt;When deploying the code to a linux box with syntax just like above, but using different folders, it work, so I know the syntax format should be ok.&amp;nbsp; I just cannot get this to work on the windows development machine.&amp;nbsp; 
&lt;BR /&gt;I can connect through TOAD for mysql on the same windows box, so I know the SSL and db connection works fine.&amp;nbsp; Unfortunately TOAD does not display a complete connection string like Talend does in its IDE 
&lt;BR /&gt;Any ideas? 
&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 20 Nov 2014 23:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202404#M4113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-20T23:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202405#M4114</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;Is there any more error info when you click "Details" on Metadata DB Connection?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 21 Nov 2014 06:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202405#M4114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T06:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202406#M4115</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any more error info when you click "Details" on Metadata DB Connection?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Just "connection timeout".&amp;nbsp; I know this is because of the SSL.
&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 21 Nov 2014 16:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202406#M4115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T16:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202407#M4116</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any more error info when you click "Details" on Metadata DB Connection?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;BR /&gt;Does Talend have consulting that might be able to resolve this?&lt;BR /&gt;Dave&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 24 Nov 2014 13:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202407#M4116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202408#M4117</link>
      <description>I am using Talend Open Studio Big Data v5.5.1r118616 
&lt;BR /&gt;I am attempting to connect to a MySQL database that requires SSL. I can connect perfectly with MySQL Workbench using SSL. The database is live and available. 
&lt;BR /&gt;tMysqlConnection is consistently throwing an exception as follows with a variable number of milliseconds. Is this really a timeout, or is something else going on? 
&lt;BR /&gt;Exception in component tMysqlConnection_1 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 
&lt;BR /&gt;Exception in component tMysqlConnection_1 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 
&lt;BR /&gt;The last packet successfully received from the server was 219 milliseconds ago. &amp;nbsp;The last packet sent successfully to the server was 211 milliseconds ago. 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Constructor.java:526) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1127) 
&lt;BR /&gt; at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:104) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.negotiateSSLConnection(MysqlIO.java:5285) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1720) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:832) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Constructor.java:526) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:571) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:215) 
&lt;BR /&gt; at big_data_demos.filemakertolaptopmongodb_0_1.FilemakerToLaptopMongoDB.tMysqlConnection_1Process(FilemakerToLaptopMongoDB.java:732) 
&lt;BR /&gt; at big_data_demos.filemakertolaptopmongodb_0_1.FilemakerToLaptopMongoDB.tMongoDBConnection_1Process(FilemakerToLaptopMongoDB.java:637) 
&lt;BR /&gt; at big_data_demos.filemakertolaptopmongodb_0_1.FilemakerToLaptopMongoDB.tOracleConnection_1Process(FilemakerToLaptopMongoDB.java:518) 
&lt;BR /&gt; at big_data_demos.filemakertolaptopmongodb_0_1.FilemakerToLaptopMongoDB.runJobInTOS(FilemakerToLaptopMongoDB.java:3210) 
&lt;BR /&gt; at big_data_demos.filemakertolaptopmongodb_0_1.FilemakerToLaptopMongoDB.main(FilemakerToLaptopMongoDB.java:3069) 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 
&lt;BR /&gt; at sun.security.ssl.InputRecord.readV3Record(InputRecord.java:524) 
&lt;BR /&gt; at sun.security.ssl.InputRecord.read(InputRecord.java:506) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1323) 
&lt;BR /&gt; at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:89) 
&lt;BR /&gt; ... 22 more</description>
      <pubDate>Mon, 09 Feb 2015 22:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202408#M4117</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-02-09T22:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202409#M4118</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I am using Talend Open Studio Big Data v5.5.1r118616&lt;BR /&gt;I am attempting to connect to a MySQL database that requires SSL. I can connect perfectly with MySQL Workbench using SSL. The database is live and available.&lt;BR /&gt;tMysqlConnection is consistently throwing an exception as follows with a variable number of milliseconds. Is this really a timeout, or is something else going on?&lt;BR /&gt;Exception in component tMysqlConnection_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have same result with TOS 5.6.1 - communication link failure. 
&lt;BR /&gt;Is it a bug? 
&lt;BR /&gt;(parameters: noDatetimeStringSync=true&amp;amp;useSSL=true&amp;amp;ssl_ca=c:/DDS/aws/rds-combined-ca-bundle.pem)</description>
      <pubDate>Fri, 13 Mar 2015 19:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202409#M4118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T19:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202410#M4119</link>
      <description>Hello, &lt;BR /&gt;I have the same error,&lt;BR /&gt;have you find a solution to your problem,&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Mon, 01 Aug 2016 17:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202410#M4119</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-08-01T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202411#M4120</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;haddadous,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could you please indicate the build version you are using? Would you mind posting your mysql DB connection setting screenshot in metadata into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202411#M4120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-03T11:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: mysql SSL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202412#M4121</link>
      <description>Hi every one, 
  &lt;BR /&gt;I have the same problem, below the stackoverflow : 
  &lt;BR /&gt;&amp;nbsp; java.lang.RuntimeException: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:&amp;nbsp; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
  &lt;BR /&gt;&amp;nbsp; ** BEGIN NESTED EXCEPTION **&amp;nbsp; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
  &lt;BR /&gt;&amp;nbsp; java.net.SocketException 
  &lt;BR /&gt;&amp;nbsp; MESSAGE: java.net.ConnectException: Connection timed out: connect 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
  &lt;BR /&gt;&amp;nbsp; STACKTRACE: 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
  &lt;BR /&gt;&amp;nbsp; java.net.SocketException: java.net.ConnectException: Connection timed out: connect 
  &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156) 
  &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:284) 
  &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.Connection.createNewIO(Connection.java:2569) 
  &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.Connection.&amp;lt;init&amp;gt;(Connection.java:1485) &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.m
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md9R"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md9R"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 19 Aug 2016 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mysql-SSL-connection/m-p/2202412#M4121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T16:59:10Z</dc:date>
    </item>
  </channel>
</rss>

