<?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: Microsoft SQL Server Connection Error in 2023 Server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1413886#M17514</link>
    <description>&lt;P&gt;This error usually comes up because of a TLS/SSL handshake mismatch. Newer Windows/SQL builds disable TLS 1.0/1.1, and if your ODBC driver is old it can’t talk TLS 1.2, so the connection fails.&lt;/P&gt;&lt;P&gt;A few things to try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Install the latest Microsoft ODBC Driver for SQL Server (don’t use the old “SQL Server” driver).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Make sure TLS 1.2 is enabled on both client and server.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check that SQL Server has a valid certificate and the client trusts it.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 18 Sep 2025 05:09:19 GMT</pubDate>
    <dc:creator>ajinaniyan123</dc:creator>
    <dc:date>2025-09-18T05:09:19Z</dc:date>
    <item>
      <title>Microsoft SQL Server Connection Error in 2023 Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1382964#M16925</link>
      <description>&lt;P&gt;Hi , I am getting below error while connecting to a SQL server database via ODBC connection.&lt;BR /&gt;I have verified that database access &amp;amp; firewall accesses are present.&lt;BR /&gt;Any help would be greatly appreciated !&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error SQLDriverConnect: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SSL Security error[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (SECDoClientHandshake()).[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 10:04:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1382964#M16925</guid>
      <dc:creator>HarishKhanna1</dc:creator>
      <dc:date>2025-04-09T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft SQL Server Connection Error in 2023 Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1383014#M16927</link>
      <description>&lt;P&gt;When I changed the driver to Native Client 11.0 I got a different error message.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error SQLDriverConnect: [Microsoft][SQL Server Native Client 11.0]TCP Provider: An existing connection was forcibly closed by the remote host. [Microsoft][SQL Server Native Client 11.0]Client unable to establish connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 14:21:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1383014#M16927</guid>
      <dc:creator>HarishKhanna1</dc:creator>
      <dc:date>2025-04-09T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft SQL Server Connection Error in 2023 Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1383020#M16928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/561234"&gt;@HarishKhanna1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SSL error is probably related to the encryption of the connection. I suggest downloading the ODBC driver 17 or 18 and adjusting this part below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-09 113225.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/402228i75D0D97F6F81847A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-04-09 113225.png" alt="Screenshot 2025-04-09 113225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando V.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 14:33:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1383020#M16928</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2025-04-09T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft SQL Server Connection Error in 2023 Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1413886#M17514</link>
      <description>&lt;P&gt;This error usually comes up because of a TLS/SSL handshake mismatch. Newer Windows/SQL builds disable TLS 1.0/1.1, and if your ODBC driver is old it can’t talk TLS 1.2, so the connection fails.&lt;/P&gt;&lt;P&gt;A few things to try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Install the latest Microsoft ODBC Driver for SQL Server (don’t use the old “SQL Server” driver).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Make sure TLS 1.2 is enabled on both client and server.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check that SQL Server has a valid certificate and the client trusts it.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 18 Sep 2025 05:09:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Microsoft-SQL-Server-Connection-Error-in-2023-Server/m-p/1413886#M17514</guid>
      <dc:creator>ajinaniyan123</dc:creator>
      <dc:date>2025-09-18T05:09:19Z</dc:date>
    </item>
  </channel>
</rss>

