Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=consultancygrid.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: consultancygrid.com
I ran this command:
[root@consultancygrid ~]# /usr/bin/certbot renew
=================================================
It produced this output:
Processing /etc/letsencrypt/renewal/consultancygrid.com.conf
Cert is due for renewal, auto-renewing…
Plugins selected: Authenticator apache, Installer apache
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Attempting to renew cert (consultancygrid.com) from /etc/letsencrypt/renewal/consultancygrid.com.conf produced an unexpected error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/consultancygrid.com/fullchain.pem (failure)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/consultancygrid.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
=================================================
My web server is (include version):
Server version: Apache/2.4.6 (CentOS)
Server built: Oct 19 2017 20:39:16
The operating system my web server runs on is (include version):
[root@consultancygrid ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
[root@consultancygrid ~]# uname -r
3.10.0-514.10.2.el7.x86_64
=================================================
I can login to a root shell on my machine: yes
[root@consultancygrid ~]# rpm -aq | grep certbot
certbot-0.23.0-1.el7.noarch
python2-certbot-0.23.0-1.el7.noarch
python2-certbot-apache-0.23.0-1.el7.noarch
[root@consultancygrid ~]# rpm -aq | grep urllib
python-urllib3-1.10.2-3.el7.noarch
=================================================
letsencrypt.log
2018-05-08 20:10:54,373:DEBUG:certbot.main:certbot version: 0.23.0
2018-05-08 20:10:54,373:DEBUG:certbot.main:Arguments: [’–test-cert’]
2018-05-08 20:10:54,373:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-05-08 20:10:54,390:DEBUG:certbot.log:Root logging level set at 20
2018-05-08 20:10:54,391:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-05-08 20:10:54,391:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
2018-05-08 20:10:54,503:DEBUG:certbot_apache.configurator:Apache version is 2.4.6
2018-05-08 20:10:54,931:DEBUG:certbot.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin - Beta
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: apache = certbot_apache.entrypoint:ENTRYPOINT
Initialized: <certbot_apache.override_centos.CentOSConfigurator object at 0x205b810>
Prep: True
2018-05-08 20:10:54,931:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_apache.override_centos.CentOSConfigurator object at 0x205b810> and installer <certbot_apache.override_centos.CentOSConfigurator object at 0x205b810>
2018-05-08 20:10:54,931:INFO:certbot.plugins.selection:Plugins selected: Authenticator apache, Installer apache
2018-05-08 20:11:10,351:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory.
2018-05-08 20:11:10,354:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
2018-05-08 20:11:10,453:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File “/bin/certbot”, line 9, in
load_entry_point(‘certbot==0.23.0’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 1266, in main
return config.func(config, plugins)
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 1023, in run
le_client = _init_le_client(config, authenticator, installer)
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 635, in _init_le_client
acc, acme = _determine_account(config)
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 514, in _determine_account
config, account_storage, tos_cb=_tos_cb)
File “/usr/lib/python2.7/site-packages/certbot/client.py”, line 164, in register
acme = acme_from_config_key(config, key)
File “/usr/lib/python2.7/site-packages/certbot/client.py”, line 46, in acme_from_config_key
return acme_client.BackwardsCompatibleClientV2(net, key, config.server)
File “/usr/lib/python2.7/site-packages/acme/client.py”, line 718, in init
directory = messages.Directory.from_json(net.get(server).json())
File “/usr/lib/python2.7/site-packages/acme/client.py”, line 1041, in get
self._send_request(‘GET’, url, **kwargs), content_type=content_type)
File “/usr/lib/python2.7/site-packages/acme/client.py”, line 990, in _send_request
response = self.session.request(method, url, *args, **kwargs)
File “/usr/lib/python2.7/site-packages/requests/sessions.py”, line 464, in request
resp = self.send(prep, **send_kwargs)
File “/usr/lib/python2.7/site-packages/requests/sessions.py”, line 576, in send
r = adapter.send(request, **kwargs)
File “/usr/lib/python2.7/site-packages/requests/adapters.py”, line 431, in send
raise SSLError(e, request=request)
SSLError: [Errno 2] No such file or directory
2018-05-08 20:11:10,455:ERROR:certbot.log:An unexpected error occurred: