0

I am facing the following issue.

1 - I have deployed WCF service with SSL enabled on remote IIS machine and trying to use it from my web client.The problem is my browser is not allowing this service to be called.Before using my web client i have to hit the service url from my browser directly and then allow the certificate.

2- Got suggestion from somewhere to export the certificate on the machine where WCF is deployed and include that certificate file in Trusted certificates group on my machine.After I did that I got same problem when tried to access web service from web client.So I hit the service url from browser and got the same page which needs me to trust the certificate with a different message that "You attempted to reach 111.121.196.226(ip address of the WCF machine), but instead you actually reached a server identifying itself as "WMSvc-domain" where "WMSvc-domain" is the value of "Issued To" field in the certificate.

I hope I have made myself clear.Waiting for suggestions.Thank you.

4

1 回答 1

0

WMSvc-machinename 是 IIS Windows 管理服务,默认运行在 8172/tcp 上,用于远程管理 iis。安装时默认创建自签名证书。那是不可信的。它可以通过 IIS 管理器中的管理服务图标替换为“正确的”CA 签名证书。

于 2014-01-30T08:13:19.807 回答