<?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 How to use Additional JDBC Parameters to connect MySQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Additional-JDBC-Parameters-to-connect-MySQL/m-p/2290646#M63911</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to connect MySQL DB with Additional JDBC Parameter as per the below expression -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;"noDatetimeStringSync=true &amp;amp; useSSL=true &amp;amp; requireSSL=true &amp;amp; ssl_key=D:/xxx/key.pem &amp;amp; ssl_cert=D:/xxx/cert.pem &amp;amp; ssl_ca=D:/xxx/ca.pem &amp;amp; zeroDateTimeBehavior=CONVERT_TO_NULL"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please let me know how to use the correct version of it? As using the above expression is throwing an exception as below -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors&lt;BR /&gt;at com.mysql.cj.protocol.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:379)&lt;BR /&gt;at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(Unknown Source)&lt;BR /&gt;... 27 more&lt;BR /&gt;Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors&lt;BR /&gt;at sun.security.provider.certpath.PKIXCertPathValidator.validate(Unknown Source)&lt;BR /&gt;at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)&lt;BR /&gt;at java.security.cert.CertPathValidator.validate(Unknown Source)&lt;BR /&gt;at com.mysql.cj.protocol.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:372)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:33:41 GMT</pubDate>
    <dc:creator>dipanjan93</dc:creator>
    <dc:date>2024-11-16T05:33:41Z</dc:date>
    <item>
      <title>How to use Additional JDBC Parameters to connect MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Additional-JDBC-Parameters-to-connect-MySQL/m-p/2290646#M63911</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to connect MySQL DB with Additional JDBC Parameter as per the below expression -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;"noDatetimeStringSync=true &amp;amp; useSSL=true &amp;amp; requireSSL=true &amp;amp; ssl_key=D:/xxx/key.pem &amp;amp; ssl_cert=D:/xxx/cert.pem &amp;amp; ssl_ca=D:/xxx/ca.pem &amp;amp; zeroDateTimeBehavior=CONVERT_TO_NULL"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please let me know how to use the correct version of it? As using the above expression is throwing an exception as below -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors&lt;BR /&gt;at com.mysql.cj.protocol.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:379)&lt;BR /&gt;at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(Unknown Source)&lt;BR /&gt;... 27 more&lt;BR /&gt;Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors&lt;BR /&gt;at sun.security.provider.certpath.PKIXCertPathValidator.validate(Unknown Source)&lt;BR /&gt;at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)&lt;BR /&gt;at java.security.cert.CertPathValidator.validate(Unknown Source)&lt;BR /&gt;at com.mysql.cj.protocol.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:372)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Additional-JDBC-Parameters-to-connect-MySQL/m-p/2290646#M63911</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2024-11-16T05:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Additional JDBC Parameters to connect MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Additional-JDBC-Parameters-to-connect-MySQL/m-p/2290647#M63912</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please let us know if this community article helps?&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://community.talend.com/t5/Architecture-Best-Practices-and/Learned-By-Doing-How-to-connect-a-Studio-job-to-a-MySQL-Server/ta-p/35675" href="https://community.qlik.com/s/article/ka03p0000006EmLAAU" target="_self"&gt;https://community.talend.com/t5/Architecture-Best-Practices-and/Learned-By-Doing-How-to-connect-a-Studio-job-to-a-MySQL-Server/ta-p/35675&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 08:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Additional-JDBC-Parameters-to-connect-MySQL/m-p/2290647#M63912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-19T08:41:10Z</dc:date>
    </item>
  </channel>
</rss>

