HttpWebRequest over SSL
I am using the HttpRequest/HttpResponse objects to request a excel file over a secured connection. I am getting the following error on the GetResponse Method:
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
The same file I am able to open in the IE.
Any ideas?
|