Self hosted WCF service in a managed app with a certificate reporting and error “HTTP request forbidden with client authentication scheme Anonymous”
I have a Windows service that self hosts a WCF service for clients to connect to, current it using unsecure HTTP connection. I have bought an SSL certificate from a trusted CA that I already use to secure my web application successfully.