What web technology allows a website to access a certificate store on my client machine?

Do web browsers allows websites to access certificate stores? Can you configure a browser such as IE to restrict a website from accessing certificate stores?

link|improve this question

48% accept rate
feedback

1 Answer

Do web browsers allows websites to access certificate stores?

No, except in support for client side certificates (and the browser might have an option to always require some user interaction to confirm this), or—for Internet Explorer—ActiveX controls have access to everything the user has access to, this includes their certificate store.

In IE: Internet Options | Security | <Select Level> | Custom Level... | Don't prompt for client certificate selection when no [...]

I.e. IE will always prompt if there is not exactly one matching certificate, and optionally always.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.