For a Webdrivertest I'm using Chrome, but there is always a query for one SSL-certificate. With Google Chrome setting its not possible to handle it. So I read that there is a way about Registry. So I tried various combinations:
HKEY_LOCAL_MACHINE / Software /Policies / Chrome / AutoSelectCertificateForUrls
name = 1
Value = {\"pattern\":\"url\",\"filter\":{\"ISSUER\":{\"CN\":\"User cert\"}}}
HKEY_LOCAL_MACHINE / Software /Policies / Google / Chrome / AutoSelectCertificateForUrls
name = 1
Value = {"pattern":"url","filter":{"ISSUER":{"CN":"User cert}}}
HKEY_LOCAL_MACHINE / Software /Policies / Chromium / AutoSelectCertificateForUrls
name =1
Value = {"pattern":"url","filter":{"ISSUER":{"CN":"User cert"}}}
HKEY_LOCAL_MACHINE / Software /Policies / Google Chrome / AutoSelectCertificateForUrls
name = 1
Value =
{\"pattern\":\"url\",\"filter\":{\"ISSUER\":{\"CN\":\"User cert\"}}}
and other combinations. When I go to chrome://policy I found it.
So it is in the policy, but it does not work. I still got the query for certificate. Any one an idea why it does not work?