Calling Untrusted SSL HTTPS request using HttpClient give “Message=The remote certificate is invalid according to the validation procedure”
Scenario: +You want to deploy web application server (for example ASP.NET Web API) which require SSL certificate and HTTPS +You want to make a call to that server using HttpClient Problem: +You may see the following errors message when make a call to https required url using HttpClient HResult=-2146233079 Message=The…