We have a web service (service A) that calls another intranet service (service B) using HttpWebRequest
via HTTP. When we have tried to upgrade that intranet service (service B) to HTTPS, we have started to see The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel
exception.
Can this be related to not having the certificate in Server Certificates on the server where service A is located?
I have found the following article, but it seems to be more related to the same issue on the desktop, not on the server.
Could not establish trust relationship for SSL/TLS secure channel -- SOAP