Hi, We have .net application servers making connections to SQL Server. We have started seeing intermittent connectivity issues between the app servers and the database servers. Nothing is found on the error logs of SQL Server (2008 R2 x64 enterprise). But in the application logs, we see the following error :
Base-Exception: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - Not enough memory is available to complete this request)
We have seen this at least 5 times in the last month. Any idea what the problem could be or how to track this down , it happens very rare once in a week? Any help is appreciated.
Thank you!