![]() |
Self-signed certificates & Firefox are broken? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Self-signed certificates & Firefox are broken? (/showthread.php?tid=15551) |
Self-signed certificates & Firefox are broken? - jonozzz - 11-16-2018 10:05 AM 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? ![]() RE: Self-signed certificates & Firefox are broken? - pmeenan - 11-16-2018 11:41 PM 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. RE: Self-signed certificates & Firefox are broken? - jonozzz - 11-17-2018 06:18 AM 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. |