Nasa enforces the use of TLS 1.2 now. Adding the following line in the NetworkHelper will force the http requests to use TLS 1.2. System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;