Chrome browser select a certificate

I still see no solution for this. does anyone have any other suggestions?

1 Like

I have resolved this by creating a key into the windows registry to auto accept the certificate. This is working with only 1 certficate listed.

  1. go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies
  2. create a folder called Google
  3. then create a folder called Chrome under the Google Folder
  4. create a folder under Chrome called AutoSelectCertificateForUrls
  5. in the AutoSelectCertificateForUrls right click in the right pane and choose new string value
  6. name that new string 1
  7. after pattern you would enter the website url and after “CN” you will enter the full Issuer
    image
1 Like

Your AutoIt script may not be running due to execution timing, Chrome’s elevated privileges, or interference from security settings. Try running AutoIt as an administrator, launching it before opening Chrome, or adding a delay before the mouse clicking action. Additionally, ensure that the script is correctly targeting the certificate pop-up window by using AutoIt’s Window Info Tool to get the exact window title and control IDs. You may also explore using Selenium with Pywinauto or UIAutomation as alternative methods to handle Windows pop-ups directly.

this has been solved. thank you