I'm getting an exception while this code executes, the url i try to connect is an https (SSL)
Someone knows why I get this error? Cuz I can navigate that url in chrome normally
FYI: I'm debuging this locally...
HtmlDocument doc = new HtmlWeb().Load(url);
The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine