[SQL Server] Error 233 A network-related or instance-specific error occurred while establishing a connection to SQL Server

BLOG

7/1/20241 min lire

Have you ever encountered this error when restarting your SQL Server instance ?

"A connection was successfully established with the server, but then an error occurred during the login process. SQL Server does not accept the connection (error: 233). Waiting for Sql Server to allow connections."

"Une connexion a été établie avec le serveur, mais une erreur s'est ensuite produite pendant le processus d'ouverture de sessions. (provider: SSL Provider, error: 0 - Il n'y a pas de processus à l'autre extrémité du canal.) (Microsoft SQL Server, Erreur : 233)"

"Une alerte irrécupérable a été générée et envoyée au point de terminaison distant. Ceci peut entraîner l'arrêt de la connexion. Le code d'erreur irrécupérable défini par le protocole TLS est 40. L'état d'erreur de Windows SChannel est 1205."

"Une demande de connexion TLS 1.2 a été reçue à partir d'une application client distante, mais aucune des suites de chiffrement prises en charge par l'application cliente n'est prise en charge par le serveur. La demande de connexion SSL a échoué.

Error : 233

Solution :

We have verified that all SQL services are UP, TCP/IP, shared memory, and Named Pipes protocols are enabled, and the port is open. However, the error still prevented us from accessing the instance.

The connection error to the instance was due to an error or configuration change in the SChannel protocols registry.

Once the protocols were correctly configured in the registry (using the Nartac tool) and the server was restarted to apply the changes, the SQL service restarted successfully.