S
saurabhaggarwal
Hi
In my application the server url starts with https. ie it is using
secure connection. Now if we write server url in internet explorer
then http is automatically replaced by https.
But in dot net if I use https while creating HttpWebResponse object
then it gives me following exception
"The underlying connection was closed. Could not establish trust
relationship with remote server."
myHttpWebResponse =
dynamic_cast<HttpWebResponse*>(myHttpWebRequest->GetResponse());
help me please
In my application the server url starts with https. ie it is using
secure connection. Now if we write server url in internet explorer
then http is automatically replaced by https.
But in dot net if I use https while creating HttpWebResponse object
then it gives me following exception
"The underlying connection was closed. Could not establish trust
relationship with remote server."
myHttpWebResponse =
dynamic_cast<HttpWebResponse*>(myHttpWebRequest->GetResponse());
help me please