1
votes

I have created two wcf application and its working fine in my local iis. Now i hosted that application in production server. I got the error message. Can any one help me to solve this.

Could not establish trust relationship for the SSL/TLS secure channel with authority 'win-cmahasuzlr7:444'.

1
try posting some of your code of web config related to bindings.sudhAnsu63

1 Answers

0
votes

I think you have to Enable SSL for your Production server IIS. Here are the steps:

  1. IIS -> Sites -> Default WebSite -> Right Click -> Edit Bindings
  2. Check if https is alredy there or not.
  3. if Https binding is not there, then add One binding for HTTPs
  4. Use type = 'HTTPS', PORT : 443, SSL : Choose SSL Certificate.