Hi all,
I am trying to write a VB.Net application which communicates over SSL
with an IIS server. I have got a temporary certificate from Verisign
and installed it on IIS.
I am using HttpWebRequest to send the request across. I get an
exception "Could not establish trust relationship with remote server."
Can anyone guide me as how I can complete this request and get a
response? Do I need to do something to accept all certificates which
come from this server and get on with the application? How do I
accept a certificate that comes to a plain VB.Net application like one
normally does in IE ?
Any help will be greatly appreciated.
Thanks and Regards
Ashu
I am trying to write a VB.Net application which communicates over SSL
with an IIS server. I have got a temporary certificate from Verisign
and installed it on IIS.
I am using HttpWebRequest to send the request across. I get an
exception "Could not establish trust relationship with remote server."
Can anyone guide me as how I can complete this request and get a
response? Do I need to do something to accept all certificates which
come from this server and get on with the application? How do I
accept a certificate that comes to a plain VB.Net application like one
normally does in IE ?
Any help will be greatly appreciated.
Thanks and Regards
Ashu
Comment