У меня проблема при переносе моего сайта с http на https, особенно при вызове любого WS.Вот шаги, которые я выполняю:
- Импорт сертификата в IIS
- Изменение режима безопасности с «Сообщение» на «TransportWithMessageCredential»
Я получилэта ошибка:
SecurityNegotiationException: The server certificate with name XXXXX failed identity verification
because its thumbprint ('XXXXXXX') does not match the one specified in the endpoint identity ('YYYYYY').
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.
В чем проблема?
Может ли быть проблема с кэшем соединений?
Как я могу предотвратить это?