Category Archives: WebDriver

Automatically Ignoring Untrusted SSL Certificates in Firefox Using WebDriver and C#

The "This Connection Is Untrusted" page Firefox was showing

TL;DR – You can tell WebDriver to automatically ignore untrusted SSL certificates on Firefox by setting the “webdriver_assume_untrusted_issuer” preference to false in the Firefox profile. We recently ran into an issue where our tests were failing because Firefox was showing the “This Connection is Untrusted” window. Firefox was complaining that our SSL certificate was not […]

Also posted in .NET, Acceptance Testing, C#, Testing | Tagged , , , , , | Leave a comment