<?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: Error in connecting to MSSQL server with SSL in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379840#M3344</link>
    <description>&lt;P&gt;I'm using JDK 17 see attachment.&lt;/P&gt;&lt;P&gt;I've tried the string to no avail.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 11:39:50 GMT</pubDate>
    <dc:creator>MaxIT</dc:creator>
    <dc:date>2022-11-02T11:39:50Z</dc:date>
    <item>
      <title>Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379837#M3341</link>
      <description>&lt;P&gt;Hi, I've just installed TOS v 8.0.1 on a Windows server.&lt;/P&gt;&lt;P&gt;While creating the DBConnection to the MSSQL 2019 server I've received the attached error message.&lt;/P&gt;&lt;P&gt;I'm attaching the metadata configuration as well.&lt;/P&gt;&lt;P&gt;Do you have any suggestion? Please note I'm using JDBC 11.2.0.jer17.jar&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379837#M3341</guid>
      <dc:creator>MaxIT</dc:creator>
      <dc:date>2024-11-15T22:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379838#M3342</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's JDK version are you using?&lt;/P&gt;&lt;P&gt;Please try to use the following connection string;&lt;/P&gt;&lt;P&gt;jdbc:sqlserver://servername;instancename=XXXX;integratedSecurity=true;DatabaseName=XXX;enableTLS=true;sslProtocol=TLSv1.2&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 03:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379838#M3342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-31T03:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379839#M3343</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You could try to comment on this line in java.security file on studio used JVM env.&lt;/P&gt;&lt;P&gt;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 me 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, 31 Oct 2022 03:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379839#M3343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-31T03:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379840#M3344</link>
      <description>&lt;P&gt;I'm using JDK 17 see attachment.&lt;/P&gt;&lt;P&gt;I've tried the string to no avail.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 11:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379840#M3344</guid>
      <dc:creator>MaxIT</dc:creator>
      <dc:date>2022-11-02T11:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379841#M3345</link>
      <description>&lt;P&gt;I've commented the the line in the attached security file to no avail.&lt;/P&gt;&lt;P&gt;Please let me know if I had to change the connection string.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 11:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379841#M3345</guid>
      <dc:creator>MaxIT</dc:creator>
      <dc:date>2022-11-02T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379842#M3346</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In addition to that, Java 17 is not list in the compatible java environment for V 8.0.1&lt;/P&gt;&lt;P&gt;Please use Java 11 instead.&lt;/P&gt;&lt;P&gt;Here is online documentation about: &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;TalendHelpCenter: Compatible Java Environments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 04:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379842#M3346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-03T04:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379843#M3347</link>
      <description>&lt;P&gt;Hi, I could use Java 11. Please note I was able to use Java 17 with Talend 8.0.1 on a different installation.&lt;/P&gt;&lt;P&gt;Anyway I doubt I'd solve my problem with the SSL connection.&lt;/P&gt;&lt;P&gt;Still in need of support.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 16:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379843#M3347</guid>
      <dc:creator>MaxIT</dc:creator>
      <dc:date>2022-11-03T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379844#M3348</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As you install JDK on your machine, Java comes with its own trust store (collection of a certificate from well known CA like Verisign, goDaddy, thwarte etc. &lt;/P&gt;&lt;P&gt;you can find this file inside JAVA_HOME/JRE/Security/cacerts where JAVA_HOME is your JDK Installation directory.&lt;/P&gt;&lt;P&gt;Please make sure you are using the compatible Java environment in your studio V 8.0. &lt;/P&gt;&lt;P&gt;In the documentation we provide a list of Java environments that are supported, in the sense that we do provide an SLA and technical support for them. This doesn't mean other (non-listed)  Java environments will not work but simply we won't necessarily be equipped to help you with any issue you may face with them.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 05:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379844#M3348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-04T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in connecting to MSSQL server with SSL</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379845#M3349</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there any update for your issue? Feel free to post your issue and concern here.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 03:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-in-connecting-to-MSSQL-server-with-SSL/m-p/2379845#M3349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T03:48:52Z</dc:date>
    </item>
  </channel>
</rss>

