I usually face this error while debugging, but if you deploy this it will disappear.
For debugging purpose, add following lines before calling external services. ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;