diff --git a/pywb/framework/certauth.py b/pywb/framework/certauth.py index 73b0d0e4..ef47b380 100644 --- a/pywb/framework/certauth.py +++ b/pywb/framework/certauth.py @@ -59,7 +59,7 @@ class CertificateAuthority(object): @staticmethod def _make_cert(certname): cert = crypto.X509() - cert.set_version(3) + cert.set_version(2) cert.set_serial_number(random.randint(0, 2 ** 64 - 1)) cert.get_subject().CN = certname