I have this weirdest problem. First off: I'm VERY new to this certificate thingy. I've done a fair amount of searches and reading up though.
The CA Cert that I install into the Trusted Root Certificate Authorities store in my server automatically get removed/disappeared as soon as a client web-browser try to connect to a web-site using an SSL cert created with that CA cert.
DETAILS: Windows Server 2008 R2 (development server). I've created my own Certificate Authority Cert; which I use it to generate an SSL server cert (to install on my IIS 7 Server) and a client cert (for use at my local PC to connect to the WCF Webservice on the development server which is set to Require SSL and Require Client Cert).
I installed the CA Cert into the Trusted Root on both Server and local PC. Installed the SSL server cert into the IIS7 for that particular site and did the https binding to port 443.
As soon as I launch my browser to access that site with HTTPS, the CA cert in automatically removed on the server (from the Trusted Root Certificate Authorities store). and my local PC browser will report an error 403.
This is driving me nuts... anyone knows what is happening?