HTTP GET over SSL in C## DotNet - 窗口里的风景
e*e
1 楼
This is driving me nuts!! Anyone, please help...
I would like to send an HTTP GET request to a server over SSL and I am using
System.Net.HttpWebRequest to do so. I have the valid certificate installed to
the Current User. That's for sure because I am able to access the same
resource using IE. But my code isn't working. Everytime it receives a
WebException, whose status is ConnectFailure, which means "The remote service
point could not be contacted at the transport level.", also whose message is
I would like to send an HTTP GET request to a server over SSL and I am using
System.Net.HttpWebRequest to do so. I have the valid certificate installed to
the Current User. That's for sure because I am able to access the same
resource using IE. But my code isn't working. Everytime it receives a
WebException, whose status is ConnectFailure, which means "The remote service
point could not be contacted at the transport level.", also whose message is