$OpenBSD: patch-browser_base_content_aboutcerterror_aboutCertError_xhtml,v 1.3 2016/01/27 18:12:43 landry Exp $
click the 'get certificate' button
--- browser/base/content/aboutcerterror/aboutCertError.xhtml.orig	Thu Dec 17 01:45:28 2015
+++ browser/base/content/aboutcerterror/aboutCertError.xhtml	Thu Dec 17 08:02:30 2015
@@ -106,6 +106,9 @@
           tech.textContent = getDescription();
 
         addDomainErrorLink();
+
+        var button = document.getElementById("exceptionDialogButton");
+        button.click();
       }
 
       /* In the case of SSL error pages about domain mismatch, see if
