I have a .NET 4.7.2 application which run perfectly for two years, until the authentication provider enforced TLS1.2. At the point a get the following error:
Server Error in '/' Application.
The request was aborted: Could not create SSL/TLS secure channel.
From all the documentation I read in these 3 weeks since the problem began, everything points to the information that .NET 4.7.2 automatically enforces TLS1.2, but somehow that's not happening.
What's happening? Can someone throw a light, please?