views:

529

answers:

2

Well... I have a web page that requires a digital certificate.

When i first Load the page I get a dialogue window asking for the certificate. If I select it then everything work great :) However, if I press cancel and then re-enter the page I am not prompted for the certificate... The page is rendered and a "The page requires a client certificate" Error is displayed.

How can "force" the dialogue window to choose the certificate to show up every time I enter the page?

A: 

This isn't an IE problem, it's a webserver problem. You have to configure your website, at the server, to require digital certificates. In IIS this done through the Directory Security tab of the site properties. You have to check "Require SSL", then you can select the option "Require client certificates."

Dave Swersky
I think I didn't explain myself correctly. I have the "Require client certificates." option selected, and the FIRST time i load the page it asks me for the certificate. My problem is if I don't choose one from the store, when I open the page for a SECOND time, I am not prompt for the certificate...
Sergio
A: 

i have same problem, i need browser ask for the sertificate, if i try to login second time.

vova