I am trying to perform a GET request to https web api from windows forms application. It is giving me error 'HTTPS handshake to xxx.xxx.com (for #28) failed. System.IO.IOException Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.'
But I can make the same GET call from browser window with out any problem.
What can I do?