My domain is:
techbrood.com
I ran this command:
/root/certbot-auto renew --no-bootstrap --disable-hook-validation --renew-hook “service httpd reload”
It produced this output:
Creating virtual environment…
Installing Python packages…
Traceback (most recent call last):
File “/tmp/tmp.GivcbDQtYj/pipstrap.py”, line 177, in
sys.exit(main())
File “/tmp/tmp.GivcbDQtYj/pipstrap.py”, line 158, in main
for path, digest in PACKAGES]
File “/tmp/tmp.GivcbDQtYj/pipstrap.py”, line 117, in hashed_download
response = opener(using_https=parsed_url.scheme == ‘https’).open(url)
File “/usr/local/lib/python2.7/urllib2.py”, line 431, in open
response = self._open(req, data)
File “/usr/local/lib/python2.7/urllib2.py”, line 449, in _open
‘_open’, req)
File “/usr/local/lib/python2.7/urllib2.py”, line 409, in _call_chain
result = func(*args)
File “/usr/local/lib/python2.7/urllib2.py”, line 1240, in https_open
context=self._context)
File “/usr/local/lib/python2.7/urllib2.py”, line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:581)>
My web server is (include version):
Server version: Apache/2.2.27 (Unix)