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=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:los.plsee.net
I ran this command:./certbot-auto --no-bootstrap
It produced this output:# ./certbot-auto --no-bootstrap
WARNING: unable to check for updates.
Creating virtual environment…
Installing Python packages…
Traceback (most recent call last):
File “/usr/local/python381/lib/python3.8/urllib/request.py”, line 1319, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File “/usr/local/python381/lib/python3.8/http/client.py”, line 1230, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/local/python381/lib/python3.8/http/client.py”, line 1276, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/local/python381/lib/python3.8/http/client.py”, line 1225, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/local/python381/lib/python3.8/http/client.py”, line 1004, in _send_output
self.send(msg)
File “/usr/local/python381/lib/python3.8/http/client.py”, line 944, in send
self.connect()
File “/usr/local/python381/lib/python3.8/http/client.py”, line 1399, in connect
self.sock = self._context.wrap_socket(self.sock,
File “/usr/local/python381/lib/python3.8/ssl.py”, line 500, in wrap_socket
return self.sslsocket_class._create(
File “/usr/local/python381/lib/python3.8/ssl.py”, line 1040, in _create
self.do_handshake()
File “/usr/local/python381/lib/python3.8/ssl.py”, line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/tmp/tmp.GdqZI0fYe1/pipstrap.py”, line 177, in
sys.exit(main())
File “/tmp/tmp.GdqZI0fYe1/pipstrap.py”, line 155, in main
downloads = [hashed_download(index_base + ‘/packages/’ + path,
File “/tmp/tmp.GdqZI0fYe1/pipstrap.py”, line 155, in
downloads = [hashed_download(index_base + ‘/packages/’ + path,
File “/tmp/tmp.GdqZI0fYe1/pipstrap.py”, line 117, in hashed_download
response = opener(using_https=parsed_url.scheme == ‘https’).open(url)
File “/usr/local/python381/lib/python3.8/urllib/request.py”, line 525, in open
response = self._open(req, data)
File “/usr/local/python381/lib/python3.8/urllib/request.py”, line 542, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File “/usr/local/python381/lib/python3.8/urllib/request.py”, line 502, in _call_chain
result = func(*args)
File “/usr/local/python381/lib/python3.8/urllib/request.py”, line 1362, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File “/usr/local/python381/lib/python3.8/urllib/request.py”, line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>
My web server is (include version):My server is not a web server,I use certbot --standalone for issue cert.
The operating system my web server runs on is (include version):CentOS release 6.10 (Final) 4.13.10-1.el6.elrepo.i686
My hosting provider, if applicable, is:I don’t know
I can login to a root shell on my machine (yes or no, or I don’t know):yes.
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):no.
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):# pip list |grep cert
certbot 1.1.0
---------------------I am just a line---------------------------------
Hello,I have renewed my certificate in Jan 2020 successful.But when I run certbot-auto command,the system show me must have python 3.5+,and certbot-auto can not run nomal.Then I upgrade my server python version to 3.8.1,I try to run cerbot-auto command again,certbot-auto can not run either,and show me all above.I don’t know why and how to do.