PHPUnit/Selenium - How to stop Google Chrome from showing a SSL security error PHPUnit/Selenium - How to stop Google Chrome from showing a SSL security error selenium selenium

PHPUnit/Selenium - How to stop Google Chrome from showing a SSL security error


The process on Mac/Chrome is the following:

  1. Load the site with the certificate in question, accept the warning
  2. Click the lock with the X in the address bar, then the "Certificate Information" button
  3. Drag the picture of the certificate to your desktop
  4. Double click the *.cer file that is now on your desktop to install it in your Keychain
  5. Per the instructions, choose the "login" keychain for current user or "system"
  6. Click "Add"
  7. Once the cert has been added, choose the appropriate keychain and then double click the certificate
  8. Expand the "Trust" section, and for "When using this certificate" choose "Always Trust"

I don't have a Windows machine, but this article for Chrome references this article for IE on how to install the cert to your Windows Certificate Store.