We get the following error;
The request was aborted: Could not create SSL/TLS secure channel
while using a WebRequest object to make an HTTPS request. The funny thing is that this only happens after a while, and is temporarily fixed when the application is restarted, which suggests that something is being filled to capacity or something.
Has anyone seen this kind of thing before?
I seem to recall having this problem last year. I suspect that you aren’t closing your WebRequest objects properly, which is why after a certain amount of use it won’t allow you to create any new connections.