We are migrating all our sites from MS Server 2008 to Server 2012R2. The issue is with a particular site. there are certain pages that use a connection string to an azure db from our client to access their data. We migrated this site a couple of weeks ago
of which there were no issues. Today errors were being throw on these pages. The error is:
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
There were updates our hosting provider made last night, and presumed that was the case. However, when the updates were rolled back the issue still persists. I added a staging site on the old server, and had no issues with connecting to the azure db. Either,
there was some change on the new server or some change on our clients end. Here is the connection string I'm using:
Go to the complete details ...