How to Solve “Could not create SSL/TLS secure channel” Error in .NET 4.6.x
Could not create SSL/TLS secure channel Recently, a legacy ASP.NET Web API application that we support started logging an exception and also giving back a HTTP 500 response on some of its API endpoints. The exception, or at least an inner exception within it, was: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure […]