Thanks again for your help. I think you are right. My server is old and I don’t really know what I am doing. So perhaps I will start a new server and learn to do things the proper way. Below are some results for your reference. I will look into acme.sh.
curl -V
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
/usr/bin/curl -V
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
/usr/bin/python -c “import urlgrabber; print(len(urlgrabber.urlread(‘http://mirrors.fedoraproject.org’)))”
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 638, in urlread
return default_grabber.urlread(url, limit, **kwargs)
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 1022, in urlread
s = self._retry(opts, retryfunc, url, limit)
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 886, in _retry
r = apply(func, (opts,) + args, {})
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 1001, in retryfunc
fo = PyCurlFileObject(url, filename=None, opts=opts)
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 1066, in init
self._do_open()
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 1360, in _do_open
self._do_grab()
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 1490, in _do_grab
self._do_perform()
File “/usr/lib/python2.6/site-packages/urlgrabber/grabber.py”, line 1295, in _do_perform
raise err
urlgrabber.grabber.URLGrabError: [Errno 14] problem making ssl connection
/opt/rh/rh-python35/root/usr/bin/python -c “import urlgrabber; print(len(urlgrabber.urlread(‘http://mirrors.fedoraproject.org’)))”
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ‘urlgrabber’