i run letsencrypt renew,but failed,here are my letsencrypt.log
2021-01-27 16:36:28,626:DEBUG:certbot.main:certbot version: 0.27.1
2021-01-27 16:36:28,626:DEBUG:certbot.main:Arguments:
2021-01-27 16:36:28,626:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2021-01-27 16:36:28,648:DEBUG:certbot.log:Root logging level set at 20
2021-01-27 16:36:28,648:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2021-01-27 16:36:28,664:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x29374d0> and installer <certbot.cli._Default object at 0x29374d0>
2021-01-27 16:36:28,677:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2019-12-27 02:00:22 UTC.
2021-01-27 16:36:28,677:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2021-01-27 16:36:28,677:DEBUG:certbot.plugins.selection:Requested authenticator nginx and installer nginx
2021-01-27 16:36:30,662:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x2939d10>
Prep: True
2021-01-27 16:36:30,662:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x2939d10>
Prep: True
2021-01-27 16:36:30,663:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_nginx.configurator.NginxConfigurator object at 0x2939d10> and installer <certbot_nginx.configurator.NginxConfigurator object at 0x2939d10>
2021-01-27 16:36:30,663:INFO:certbot.plugins.selection:Plugins selected: Authenticator nginx, Installer nginx
2021-01-27 16:36:30,699:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(body=Registration(status=None, terms_of_service_agreed=None, agreement=None, only_return_existing=None, contact=(), key=None), uri=u'https://acme-v02.api.letsencrypt.org/acme/acct/46123423', new_authzr_uri=None, terms_of_service=None), 1db8b15d24dba4d72fed4bf1a592e38e, Meta(creation_host=u'localhost.localdomain', creation_dt=datetime.datetime(2018, 11, 20, 2, 38, 22, tzinfo=)))>
2021-01-27 16:36:30,700:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2021-01-27 16:36:30,704:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
2021-01-27 16:37:23,989:WARNING:certbot.renewal:Attempting to renew cert (jfbrother.com) from /etc/letsencrypt/renewal/jfbrother.com.conf produced an unexpected error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Read timed out. (read timeout=45). Skipping.
2021-01-27 16:37:23,991:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/certbot/renewal.py", line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1195, in renew_cert
le_client = _init_le_client(config, auth, installer)
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 648, in _init_le_client
return client.Client(config, acc, authenticator, installer, acme=acme)
File "/usr/lib/python2.7/site-packages/certbot/client.py", line 247, in init
acme = acme_from_config_key(config, self.account.key, self.account.regr)
File "/usr/lib/python2.7/site-packages/certbot/client.py", line 50, in acme_from_config_key
return acme_client.BackwardsCompatibleClientV2(net, key, config.server)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 761, in init
directory = messages.Directory.from_json(net.get(server).json())
File "/usr/lib/python2.7/site-packages/acme/client.py", line 1095, in get
self._send_request('GET', url, **kwargs), content_type=content_type)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 1044, 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 433, in send
raise ReadTimeout(e, request=request)
ReadTimeout: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Read timed out. (read timeout=45)
2021-01-27 16:37:23,991:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2021-01-27 16:37:23,991:ERROR:certbot.renewal: /etc/letsencrypt/live/jfbrother.com/fullchain.pem (failure)
2021-01-27 16:37:23,992:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 9, in
load_entry_point('certbot==0.27.1', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1276, in renew
renewal.handle_renewal_request(config)
File "/usr/lib/python2.7/site-packages/certbot/renewal.py", line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
Error: 1 renew failure(s), 0 parse failure(s)