I'm trying to test a WCF service that uses wsHttpBinding and membership authentication. After much trial and error I think I am close but I get the 'Keyset does not exist' error which is related to SSL security. According to Winhost my SSL certificate is installed properly. Anybody else have a similar problem and find a solution? Any insight would be greatly appreciated as I am currently at a loss. To see the error follow: http://www.attentivehomes.com/thinkwcfservice/ThinkService.svc Thanks, Steve
It looks like your application is looking for a RSA certificate. This maybe a different certificate then what you installed on the server. The server setups a SSL certificate so that http calls can be tunneled through the SSL protocol. This certificate is completely differently all together.
GoDaddy did provide another certificate that starts '-----BEGIN PKCS7-----'. Would that be the RSA certificate? Can you tell me how and where that should be installed? Thanks!