Even though I enabled the "Ignore SSL Certificate Errors" option, that seems to have no effect with Firefox browsers (works fine with Chrome though).
Any ideas?
![[Image: 1_screen.jpg]](https://www.webpagetest.org/results/18/11/16/G5/41c027007b898e9cfcddf44752f93d76/1_screen.jpg)
Firefox disabled any way to ignore cert errors as a security measure so it no longer works for Firefox (at this point it may be Chrome and IE-only). The legacy Windows agent used to force it by intercepting the API calls internal to Firefox but that is no longer possible with the cross-platform agent.
The only way to do it now for Firefox is to run a private instance of WPT and install the certs (or a custom root) on the test machines so they see the self-signed certs as valid.
Ah that sucks, I remember it still being possible in recent versions of selenium.
Oh well..no more Firefox then.
(11-16-2018 11:41 PM)pmeenan Wrote: [ -> ]Firefox disabled any way to ignore cert errors as a security measure so it no longer works for Firefox (at this point it may be Chrome and IE-only). The legacy Windows agent used to force it by intercepting the API calls internal to Firefox but that is no longer possible with the cross-platform agent.
The only way to do it now for Firefox is to run a private instance of WPT and install the certs (or a custom root) on the test machines so they see the self-signed certs as valid.