I'm trying programmatically download a page from site yande.re using C# HttpWebRequest. It gives exception "The request was aborted: Could not create SSL/TLS secure channel."
I had already tried different combinations for
ServicePointManager.SecurityProtocol
and nothing of those helped. However everything is OK for any other HTTPS request.
What I had noticed is that I can't open this site in InternetExplorer 10 and MINGW curl returns "301 Moved Permanently" for it. Same time browsers like Firefox, Opera, Chrome have no problems with it. My OS is Windows 7.
So I just wonder what's wrong with yande.re? Or is it me? Can anyone check please. How can I programmatically download anything from it (preferably in C#/C++)?