SSL Error connecting to Azure SQL

Mike Fleming 0 Reputation points
2024-11-11T18:34:16.8+00:00

A connection was successfully established with the server, but then an error occurred during the pre-login handshake

I am getting this error when testing from SSMS and also from linked servers and SSIS providers.

Around the 4th November, this connection stopped working. I see that TLS 1.0 and 1.1 were due to be deprecated on 31st October 2024 so I suspect this is related to this event.

However, I am getting this on a newly installed Dev server which is Windows Server 2022 and I am also seeing this on the Production server which is Windows Server 2012.

I have disabled the TLS 1.0 and 1.1 using IIS Crypto and also disabled in the registry using these keys

SCHANNEL\Protocols\TLS 1.1\Client

SCHANNEL\Protocols\TLS 1.1\Server

SCHANNEL\Protocols\TLS 1.2\Client

SCHANNEL\Protocols\TLS 1.2\Server

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,016 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Fleming 0 Reputation points
    2024-11-13T19:03:30.3066667+00:00

    Hi, this turned out to be a firewall issue. I was sidetracked by the fact that test-netconnection worked, but the application was blocked on the firewall.

    Thanks for your response.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.