Consider the following scenario:
Note For call stack information about this issue, see the "More information" section.
- You have two Windows Communication Foundation (WCF) services that use transport security over HTTP (HTTP with Secure Sockets Layer (SSL) (HTTPS)). Each WCF service is configured to listen on a different port and is secured with a different certificate.
- You use a WCF client to connect to one WCF service through a proxy server.
- You use the same WCF client to connect to the other WCF service though the same proxy server.
The server certificate with name 'CN=Service1' failed identity verification because its thumbprint ('thumbprint_Service2') does not match the one specified in the endpoint identity (‘thumbprint_Service1’). As a result, the current HTTPS request has failed. Please update the endpoint identity used on the client or the certificate used by the server
Note For call stack information about this issue, see the "More information" section.