LetsEncrypt HTTP Error 504: Gateway Time-out

Hey,
I’ve been getting this error all day today and I can’t tell if it’s just a slow DNS problem, or something bigger. I haven’t seen this specific error before with Let’s Encrypt:

    "stdout_lines": [
        "Generating certificate for MYDOMAINREMOVED", 
        "Error while generating certificate for MYDOMAINREMOVED", 
        "Traceback (most recent call last):", 
        "  File \"/usr/local/letsencrypt/acme_tiny.py\", line 198, in <module>", 
        "    main(sys.argv[1:])", 
        "  File \"/usr/local/letsencrypt/acme_tiny.py\", line 194, in main", 
        "    signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca)", 
        "  File \"/usr/local/letsencrypt/acme_tiny.py\", line 85, in get_crt", 
        "    \"agreement\": \"https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf\",", 
        "  File \"/usr/local/letsencrypt/acme_tiny.py\", line 47, in _send_signed_request", 
        "    protected[\"nonce\"] = urlopen(CA + \"/directory\").headers['Replay-Nonce']", 
        "  File \"/usr/lib/python2.7/urllib2.py\", line 154, in urlopen", 
        "    return opener.open(url, data, timeout)", 
        "  File \"/usr/lib/python2.7/urllib2.py\", line 435, in open", 
        "    response = meth(req, response)", 
        "  File \"/usr/lib/python2.7/urllib2.py\", line 548, in http_response", 
        "    'http', request, response, code, msg, hdrs)", 
        "  File \"/usr/lib/python2.7/urllib2.py\", line 473, in error", 
        "    return self._call_chain(*args)", 
        "  File \"/usr/lib/python2.7/urllib2.py\", line 407, in _call_chain", 
        "    result = func(*args)", 
        "  File \"/usr/lib/python2.7/urllib2.py\", line 556, in http_error_default", 
        "    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)", 
        "urllib2.HTTPError: HTTP Error 504: Gateway Time-out"
    ], 

Anyone else seeing this?

Let’s Encrypt issuances are down

https://letsencrypt.status.io/

1 Like

That explains that, then. Cool.

sorry, double post…