Hi,
i get the same error. My renewal/*.conf does not contain any random number, but the final execution does call directory54. I have no idea where this number is coming from. Any idea?
Note: The config-file says https://acme-v01.api.letsencrypt.org/directory -> the actual request goes to https://acme-v01.api.letsencrypt.org/directory54
Excerpt of conf-file
break_my_certs = False standalone = False manual = False server = https://acme-v01.api.letsencrypt.org/directory standalone_supported_challenges = "tls-sni-01,http-01" webroot = True apache_init_script = None user_agent = None apache_ctl = apache2ctl
Excerpt of logfile
2016-04-01 14:03:42,084:DEBUG:letsencrypt.cli:Root logging level set at 30 2016-04-01 14:03:42,085:INFO:letsencrypt.cli:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2016-04-01 14:03:42,085:DEBUG:letsencrypt.cli:letsencrypt version: 0.4.2 2016-04-01 14:03:42,085:DEBUG:letsencrypt.cli:Arguments: [] 2016-04-01 14:03:42,085:DEBUG:letsencrypt.cli:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntry$ 2016-04-01 14:03:42,135:DEBUG:letsencrypt.cli:Requested authenticator webroot and installer 2016-04-01 14:03:42,136:DEBUG:letsencrypt.cli:Default Detector is Namespace(account='', agree_dev_preview=None, apache='', apache_challenge_location='/etc/apache2', apache_ctl=None, apache$ 2016-04-01 14:03:42,138:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal... 2016-04-01 14:03:42,171:DEBUG:letsencrypt.cli:Requested authenticator webroot and installer none 2016-04-01 14:03:42,171:DEBUG:letsencrypt.display.ops:No candidate plugin 2016-04-01 14:03:42,177:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /var/www/partybroker2/.well-known/acme-challenge 2016-04-01 14:03:42,178:DEBUG:letsencrypt.display.ops:Single candidate plugin: * webroot Description: Webroot Authenticator Interfaces: IAuthenticator, IPlugin Entry point: webroot = letsencrypt.plugins.webroot:Authenticator Initialized: <letsencrypt.plugins.webroot.Authenticator object at 0x2bd0750> Prep: True 2016-04-01 14:03:42,178:DEBUG:letsencrypt.cli:Selected authenticator <letsencrypt.plugins.webroot.Authenticator object at 0x2bd0750> and installer None 2016-04-01 14:03:42,283:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory54. args: (), kwargs: {} 2016-04-01 14:03:42,290:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org 2016-04-01 14:03:42,680:DEBUG:requests.packages.urllib3.connectionpool:"GET /directory54 HTTP/1.1" 404 19 2016-04-01 14:03:42,684:DEBUG:root:Received <Response [404]>. Headers: {'Content-Length': '19', 'X-Content-Type-Options': 'nosniff', 'Expires': 'Fri, 01 Apr 2016 14:03:42 GMT', 'Server': '$ 2016-04-01 14:03:42,685:DEBUG:acme.client:Received response <Response [404]> (headers: {'Content-Length': '19', 'X-Content-Type-Options': 'nosniff', 'Expires': 'Fri, 01 Apr 2016 14:03:42 G$ 2016-04-01 14:03:42,686:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/app.partybroker.net.conf produced an unexpected error: <Response [404]>. Skipping. 2016-04-01 14:03:42,688:DEBUG:letsencrypt.cli:Traceback was: Traceback (most recent call last): File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 1024, in renew obtain_cert(lineage_config, plugins, renewal_candidate) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 690, in obtain_cert le_client = _init_le_client(config, authenticator, installer) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 207, in _init_le_client acc, acme = _determine_account(config) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 192, in _determine_account config, account_storage, tos_cb=_tos_cb) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 116, in register acme = acme_from_config_key(config, key) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 41, in acme_from_config_key return acme_client.Client(config.server, key=key, net=net) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 63, in __init__ self.net.get(directory).json()) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 627, in get self._send_request('GET', url, **kwargs), content_type=content_type) File "/home/valentin/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 574, in _check_response raise errors.ClientError(response)