I've got an odd variation of the "The request was aborted: Could not create SSL/TLS secure channel". Using .NET Web Forms, I have a HttpWebRequest the yields the error, but only after the initial compile. If I simply refresh the webpage, it works fine and does what it needs to. I'd like to find a solution to get rid of the initial error altogether.
I've tried a number of different solutions to prevent the initial error from happening, but have not found any success.
I'm curious if anyone else has seen the error happen in this way? If so, have you found a solution?