I have a problem with my .NET Windows Client Application. Occasionally, about 1 out of 100 web service calls, I get the error:
The request was aborted: Could not create SSL/TLS secure channel.
When does the error show?
- In Windows 7, but not in Windows 10
- When using Fiddler, the error does not occur.
I have tried the following
- Upgraded from .NET framework 4.5 to 4.8
- Tried different Security Protocol settings with ServicePointManager.SecurityProtocol. (The request was aborted: Could not create SSL/TLS secure channel)
- I have tried to uninstall windows security patches from this period to see if it has anything to do with those.
Now I'm running out of ideas and I can't find anyone else with a similar problem.
Please help me, I'm desperate. :)