<?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: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376430#M138609</link>
    <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed &amp;nbsp;JDK 11 and then tried for connection testing. Still getting the same error.&lt;/P&gt;&lt;P&gt;This solution is not working for me even with JDK 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yose&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 10:42:49 GMT</pubDate>
    <dc:creator>Yose</dc:creator>
    <dc:date>2021-12-03T10:42:49Z</dc:date>
    <item>
      <title>The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376426#M138605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to talend and I've installed TOS for Data Integration v8.0 and MS SQL Server management studio 2012 in my Window 11 laptop. Now I'm trying to connect from TOS to MSSQL server where i'm getting below error message always and connection is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection failure. You must change the Database Settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]". ClientConnectionId:2ee87d53-6d69-4f7f-b990-2dd49a6e2b45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My JDK Version - jdk-17.0.1&lt;/P&gt;&lt;P&gt;My JRE Version - jre1.8.0_311&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've copied 'mssql-jdbc_auth-8.2.2.x64.dll' and 'mssql-jdbc-8.2.2.jre13' files  to 'C:\Program Files\Java\jre1.8.0_311\lib\ext'  folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And '&lt;/P&gt;&lt;P&gt;'mssql-jdbc_auth-8.2.2.x64.dll'&lt;/P&gt;' file copied to 'C:\Windows\System32' folder. PATH variables also set correctly.&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My connection String - 'jdbc:sqlserver://YOSUVA:1433;DatabaseName=Talend_Practice;integratedSecurity=true'&lt;/P&gt;&lt;P&gt;FYI - I'm using SQL windows authentication &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know is there anything I missed and getting the above error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376426#M138605</guid>
      <dc:creator>Yose</dc:creator>
      <dc:date>2024-11-15T23:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376427#M138606</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;maybe you can add this additionnal parameter sslProtocol=TLSv1.2 in the tDBConnection component.&lt;/P&gt;&lt;P&gt;like this :&lt;/P&gt;&lt;P&gt;"integratedSecurity=true;sslProtocol=TLSv1.2"&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 08:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376427#M138606</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-12-03T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376428#M138607</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It is recommended to use JDK 11 in V 8.0.1.&lt;/P&gt;&lt;P&gt;Here is online installation guide: T&lt;A href="https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-windows/compatible-java-environments" alt="https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-windows/compatible-java-environments" target="_blank"&gt;alendHelpCenter: Compatible Java Environments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please try to set your connection string as:&lt;/P&gt;&lt;P&gt;jdbc:sqlserver://servername;instancename=XXXX;integratedSecurity=true;DatabaseName=XXX;enableTLS=true;sslProtocol=TLSv1.2 and go to Run tab in talend studio then in advance setting , select the "Use JVM arguments" and then click on new and paste this line.&lt;/P&gt;&lt;P&gt;-Djdk.tls.client.protocols=TLSv1&lt;/P&gt;&lt;P&gt;Let us know if it works.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 08:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376428#M138607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-03T08:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376429#M138608</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I changed the connection string like below. still getting the same error&lt;/P&gt;&lt;P&gt;jdbc:sqlserver://YOSUVA:1433;DatabaseName=Talend_Practice;integratedSecurity=true;sslProtocol=TLSv1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376429#M138608</guid>
      <dc:creator>Yose</dc:creator>
      <dc:date>2021-12-03T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376430#M138609</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed &amp;nbsp;JDK 11 and then tried for connection testing. Still getting the same error.&lt;/P&gt;&lt;P&gt;This solution is not working for me even with JDK 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yose&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376430#M138609</guid>
      <dc:creator>Yose</dc:creator>
      <dc:date>2021-12-03T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376431#M138610</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you comment on this line in java.security file on studio used JVM env? jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,&lt;/P&gt;&lt;P&gt;DH keySize &amp;lt; 1024, EC keySize &amp;lt; 224, 3DES_EDE_CBC, anon, NULL, include jdk.disabled.namedCurves.&lt;/P&gt;&lt;P&gt;Here are references about:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forum.inductiveautomation.com/t/sql-server-connection-faulted/46393" alt="https://forum.inductiveautomation.com/t/sql-server-connection-faulted/46393" target="_blank"&gt;https://forum.inductiveautomation.com/t/sql-server-connection-faulted/46393&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/67899129/postfix-and-openjdk-11-no-appropriate-protocol-protocol-is-disabled-or-cipher__" alt="https://stackoverflow.com/questions/67899129/postfix-and-openjdk-11-no-appropriate-protocol-protocol-is-disabled-or-cipher__" target="_blank"&gt;https://stackoverflow.com/questions/67899129/postfix-and-openjdk-11-no-appropriate-protocol-protocol-is-disabled-or-cipher__&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 04:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376431#M138610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-06T04:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376432#M138611</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can add additional parameter "trustServerCertificate=true" in the tDBConnection component. It works for me.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 07:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376432#M138611</guid>
      <dc:creator>KPratama15</dc:creator>
      <dc:date>2023-03-06T07:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376433#M138612</link>
      <description>&lt;P&gt;it just happened to me on Talend V7.3 ! i'm just very happy to find your comment. Thank you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 10:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-driver-could-not-establish-a-secure-connection-to-SQL-Server/m-p/2376433#M138612</guid>
      <dc:creator>Marcl78</dc:creator>
      <dc:date>2023-04-07T10:14:46Z</dc:date>
    </item>
  </channel>
</rss>

