0

Is it possible to write a chrome extension that will bypass certificate errors automatically?

I am dealing with automation scripts that deal 100% of the time with self-signed certificates coming from appliance-type web servers. The browser wont/cant be used for regular internet navigation. Is this possible?

  • 1
    Apparently, this is not possible. As stated in this related [SO post 1](http://stackoverflow.com/questions/21507712/develop-a-chrome-extension-that-overrides-ssl-certificate-exception-for-a-self-s) and [SO post 2](http://stackoverflow.com/questions/24084128/chrome-extension-that-overrides-ssl-certificate-error-for-self-signed-certificat?rq=1), it is not possible to bypass certificate exception automatically. You have to add manually the certificates, see [superuser post](https://superuser.com/a/41937) for additional information. Hope this helps. – Mr.Rebot May 19 '17 at 15:13
  • 2
    Thanks, you should write that as an answer so I can accept it – Jose Mendez May 21 '17 at 00:38

1 Answers1

2

Apparently, this is not possible. As stated in this related SO post 1 and SO post 2, it is not possible to bypass certificate exception automatically. You have to add manually the certificates, see superuser post for additional information. Hope this helps.

Community
  • 1
  • 1
Mr.Rebot
  • 6,703
  • 2
  • 16
  • 91