SQL - an error occurred during the pre-login handshake
Posted
by
Rivka
on Server Fault
See other posts from Server Fault
or by Rivka
Published on 2012-08-30T18:07:44Z
Indexed on
2012/10/22
17:04 UTC
Read the original article
Hit count: 228
Until yesterday evening, I was able to connect to my server from my local machine. Now, I get the following error:
A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The wait operation timed out.) (.Net SqlClient Data Provider)
Note, I can log on to the actual server with no problem.
Yesterday, I installed IIS on my machine and set up a site using my IP address - don't know if this has anything to do.
I did come across this article, followed the steps, but didn't seem to help.
I also went through the following article, changed TC/IP settings, restarted, but nothing.
Started trying suggestions from comments too but stopped when I realized I might be messing things up more.
So, why is this happening / how can I fix?
© Server Fault or respective owner