Our production server has suddenly started coming up with errors when connecting to the database. I get the error below on any database call from any web app on the server.
"A connection was successfully established with the server, but then an error
occurred during the pre-login handshake. (provider: SSL Provider, error: 0 -
The specified data could not be decrypted."
I don’t even want, and never have connected to SQL Server with SSL so I don’t know why it’s doing this. The database works fine and I can access it using the dev versions of the apps from my office. The database is hoted remotely.
Simple fix, restarted the server all was well. If anyone has any info on why that would happend and how to prevent it that would be good though.