Google Chrome Client Certificate Popup

CadmusPaladin picture CadmusPaladin · Jan 10, 2013 · Viewed 51.2k times · Source

I'm implementing a mutual authentication for my client in order to solve not having to continually whitelist some of the agencies with a dynamic ip. The process works fine in all browsers that I've tried in the Windows environment (Windows 7).

The problem is that there is a popup for every time that the user goes to the site. On most browsers, this is a one time occurrence, when you first go to the site for the day. On Google Chrome, however, the popup occurs on what appears to be every POST/GET request. I found how to disable the popup for IE and FF with this link: http://docs.threerings.org.uk/wiki/Certificates_without_prompting, but there is still the problem with Chrome.

I've tried to install the certificate into the Trusted Root Certification Authorities, but I get an error message, "The import failed because the store was read-only, the store was full, or the store did not open correctly.".

If anyone has an idea on what I can do to get around the pop-up for Chrome, it would be greatly appreciated.

Answer

zanbaldwin picture zanbaldwin · Apr 8, 2013

This is what you're looking for: http://www.chromium.org/administrators/policy-list-3#AutoSelectCertificateForUrls

I could tell you how to do it exactly, but my honest opinion is that this is something you have to work out yourself. You need to know what is going on because you are more than likely to run into bugs (not bugs per-se but some undesired or unwanted results).

I have to admit that Google Chrome and Chromium are great browsers, but when it comes to client certificates, they have a lot of improvements to be made.