C
Chris
Hello.
I have an ASP .NET Application that I have been using
that calls a web service on another machine.
Our company wants to implement HTTPS between the two
applications. I have changed the call to the web service
URL to https://example:8700/example. Now I get a message
indicating:
The underlying connection was closed: Could not establish
trust relationship with remote server.
Does anyone know what I need to do to implement HTTPS? I
have installed the certificate through my browser in a
trusted folder but I can't get my development environment
(Visual Studio) to work. A piece of example code would be
great.
I have seen the same error on many other posts but didn't
see a resolution. Thanks for your help.
I have an ASP .NET Application that I have been using
that calls a web service on another machine.
Our company wants to implement HTTPS between the two
applications. I have changed the call to the web service
URL to https://example:8700/example. Now I get a message
indicating:
The underlying connection was closed: Could not establish
trust relationship with remote server.
Does anyone know what I need to do to implement HTTPS? I
have installed the certificate through my browser in a
trusted folder but I can't get my development environment
(Visual Studio) to work. A piece of example code would be
great.
I have seen the same error on many other posts but didn't
see a resolution. Thanks for your help.