Let's Encrypt SSL not working

Discussion in 'General' started by onastvar, May 19, 2017.

  1. onastvar

    onastvar Member

    I have an issue creating Let's Encrypt SSL. I was wondering if anyone experienced similar?
    What steps did you take to troubleshoot or fix the issue?

    1) In ISPConfig I click on SITES > mysite.com
    2) I place a checkmark on Let's Encrypt SSL (SSL box above is also automatically chceked)
    3) I click SAVE and wait 3-4 minutes for changes
    4) In ISPConfig I go back to SITES > mysite.com Let's Encrypt SSL nor SSL isn't checked.

    Here's the Let's Encrypt SSL log (/var/log/letsencrypt/letsencrypt.log)

    2017-05-19 15:53:02,522:DEBUG:certbot.main:Root logging level set at 20
    2017-05-19 15:53:02,522:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
    2017-05-19 15:53:02,523:WARNING:certbot.cli:You are running with an old copy of letsencrypt-auto that does not receive update$
    2017-05-19 15:53:02,523:DEBUG:certbot.cli:Deprecation warning circumstances: /root/.local/share/letsencrypt/bin/letsencrypt /$
    2017-05-19 15:53:02,523:DEBUG:certbot.main:certbot version: 0.9.3
    2017-05-19 15:53:02,524:DEBUG:certbot.main:Arguments: ['-n', '--text', '--agree-tos', '--expand', '--authenticator', 'webroot$
    2017-05-19 15:53:02,524:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#nginx,PluginEntryPoint#standa$
    2017-05-19 15:53:02,524:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
    2017-05-19 15:53:02,529:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
    Description: Place files in webroot directory
    Interfaces: IAuthenticator, IPlugin
    Entry point: webroot = certbot.plugins.webroot:Authenticator
    Initialized: <certbot.plugins.webroot.Authenticator object at 0x7fca1beefdd0>
    Prep: True
    2017-05-19 15:53:02,529:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object $
    2017-05-19 15:53:02,682:DEBUG:certbot.main:picked account: <Account(340499477cb3ae28b091aa44778c27de)>
    2017-05-19 15:53:02,684:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
    2017-05-19 15:53:02,686:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsenc$
    2017-05-19 15:54:02,963:DEBUG:requests.packages.urllib3.connectionpool:"GET /directory HTTP/1.1" 504 176
    2017-05-19 15:54:02,964:DEBUG:root:Received <Response [504]>. Headers: {'Content-Length': '176', 'Expires': 'Fri, 19 May 2017$
    2017-05-19 15:54:02,965:DEBUG:acme.client:Received response <Response [504]> (headers: {'Content-Length': '176', 'Expires': '$
    2017-05-19 15:54:02,967:DEBUG:certbot.main:Exiting abnormally:
    Traceback (most recent call last):
    File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
    sys.exit(main())
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 776, in main
    return config.func(config, plugins)
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 558, in obtain_cert
    le_client = _init_le_client(config, auth, installer)
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 375, in _init_le_client
    return client.Client(config, acc, authenticator, installer, acme=acme)
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/client.py", line 190, in __init__
    acme = acme_from_config_key(config, self.account.key)
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/client.py", line 42, in acme_from_config_key
    return acme_client.Client(config.server, key=key, net=net)
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 63, in __init__
    self.net.get(directory).json())
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 624, in get
    self._send_request('GET', url, **kwargs), content_type=content_type)
    File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 571, in _check_response
    raise errors.ClientError(response)
    ClientError: <Response [504]>
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    LE has technical problems, see their status report page, current status: 'Partial Service Disruption'.
     
    onastvar likes this.
  3. onastvar

    onastvar Member

    Thanks for the FYI.
     
  4. onastvar

    onastvar Member

Share This Page