<?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 DB Connect Addon Integration Issue -  Microsoft SQL Server 2012 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/586418#M103095</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;We are trying to integrate one of the SQL data base using the splunk db connect add-on and we are getting the below error.&amp;nbsp; Id MS SQL 2012 is compatible with the below db connect and splunkversions ?&lt;/P&gt;&lt;H4&gt;Splunk DB Connect&lt;/H4&gt;&lt;P&gt;Version: 3.5.1 Build: 4 &lt;STRONG&gt;&lt;SPAN&gt;Splunk Enterprise : 8.1.7.2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DB version is &lt;STRONG&gt;Microsoft SQL Server 2012&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Certificates do not conform to algorithm constraints". ClientConnectionId:xxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 13:48:35 GMT</pubDate>
    <dc:creator>kiranpanchavat1</dc:creator>
    <dc:date>2022-02-24T13:48:35Z</dc:date>
    <item>
      <title>DB Connect Addon Integration Issue -  Microsoft SQL Server 2012</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/586418#M103095</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;We are trying to integrate one of the SQL data base using the splunk db connect add-on and we are getting the below error.&amp;nbsp; Id MS SQL 2012 is compatible with the below db connect and splunkversions ?&lt;/P&gt;&lt;H4&gt;Splunk DB Connect&lt;/H4&gt;&lt;P&gt;Version: 3.5.1 Build: 4 &lt;STRONG&gt;&lt;SPAN&gt;Splunk Enterprise : 8.1.7.2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DB version is &lt;STRONG&gt;Microsoft SQL Server 2012&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Certificates do not conform to algorithm constraints". ClientConnectionId:xxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 13:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/586418#M103095</guid>
      <dc:creator>kiranpanchavat1</dc:creator>
      <dc:date>2022-02-24T13:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect Addon Integration Issue -  Microsoft SQL Server 2012</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/587368#M103183</link>
      <description>&lt;P&gt;can anyone please provide an update on this ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/587368#M103183</guid>
      <dc:creator>kiranpanchavat1</dc:creator>
      <dc:date>2022-03-03T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect Addon Integration Issue -  Microsoft SQL Server 2012</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/621499#M107038</link>
      <description>&lt;P&gt;I have hit this problem too, and it's a bit awkward. Here's what I have learned:&lt;/P&gt;&lt;P&gt;- Even with encrypt=false in your JDBC URL, authentication still occurs over TLS.&lt;/P&gt;&lt;P&gt;- MSSQL 2014 uses 1024-bit keys by default&lt;/P&gt;&lt;P&gt;- Newer versions of JRE/JDK (not sure when it changed) specify minimum key lengths of 2048 for RSA&lt;/P&gt;&lt;P&gt;I am working to solve this by having the MSSQL team configure suitable certs signed by our PKI. As a temporary workaround you may be able to set this:&lt;/P&gt;&lt;PRE&gt;#$JAVA_HOME/lib/security/java.security&lt;BR /&gt;jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize &amp;lt; &lt;SPAN class=""&gt;1024&lt;/SPAN&gt;, EC keySize &amp;lt; &lt;SPAN class=""&gt;224&lt;/SPAN&gt;, 3DES_EDE_CBC, RSA keySize &amp;lt; 1024&lt;/PRE&gt;&lt;P&gt;Notably, we are changing the disabled RSA keySize to &amp;lt;1024, which would allow the 1024-bit keys used by default in MSSQL14 -- even when SSL is explicitely disabled in the JDBC URL.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 03:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/621499#M107038</guid>
      <dc:creator>andrew207</dc:creator>
      <dc:date>2022-11-21T03:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect Addon Integration Issue -  Microsoft SQL Server 2012</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/621758#M107059</link>
      <description>&lt;PRE&gt;jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize &amp;lt; &lt;SPAN class=""&gt;1024&lt;/SPAN&gt;, EC keySize &amp;lt; &lt;SPAN class=""&gt;224&lt;/SPAN&gt;, 3DES_EDE_CBC, RSA keySize &amp;lt; 1024&lt;/PRE&gt;&lt;P&gt;Just as a followup, performing this change to allow RSA keysizes of 1024 bits worked fine and when combined with explicitly specifying encrypt=false in the JDBC URL we now have working connectivity.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 21:46:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-Addon-Integration-Issue-Microsoft-SQL-Server-2012/m-p/621758#M107059</guid>
      <dc:creator>andrew207</dc:creator>
      <dc:date>2022-11-22T21:46:03Z</dc:date>
    </item>
  </channel>
</rss>

