$OpenBSD: patch-browser_base_content_aboutcerterror_aboutCertError_xhtml,v 1.2 2014/12/04 17:50:12 landry Exp $
click the 'get certificate' button
--- browser/base/content/aboutcerterror/aboutCertError.xhtml.orig	Tue Oct 14 23:02:23 2014
+++ browser/base/content/aboutcerterror/aboutCertError.xhtml	Fri Oct 17 09:46:22 2014
@@ -101,6 +101,9 @@
           tech.textContent = getDescription();
 
         addDomainErrorLink();
+
+        var button = document.getElementById("exceptionDialogButton");
+        button.click();
       }
 
       /* In the case of SSL error pages about domain mismatch, see if
