How do I enable mutual SSL in IIS7 with a self-signed certificate?
Posted
by Kant
on Server Fault
See other posts from Server Fault
or by Kant
Published on 2009-09-17T18:50:04Z
Indexed on
2010/05/19
9:10 UTC
Read the original article
Hit count: 331
I've created a self-signed certificate in IIS7. Then I exported this certificate to a .pfx and then installed it on the client machine's IE browser. Then I set "Require Client Certificate" on the server's IIS configuration. When I try to visit the site with IE, a dialog box comes up for me to choose a certificate, however, there are no certs in that dialog box. When I click "OK" without choosing any certs, I get a 403 forbidden error. How can I make this work? Appreciate the help in advance.
© Server Fault or respective owner