WCF Service not working when calling with Https as external url
Created web site and wcf service and deployed at IIS.so, internally both are referring with Http communication hence specified security mode as "Message"
But for external purpose, redirected the default url to Https protocol. so, when browsing with Https
url it is not working due to WCF not working as expected due to security mode.
could some one let me know what might be the problem and how to resolve.