Kernel 2.6 letsencrypt read time out pypi.python.org

In our 2.6 kernel suddenly SSL not renewing and installing and its showing below error, we have pasted curl request also below

Collecting ConfigArgParse==0.14.0 (from -r /tmp/tmp.j50WiHOmrp/letsencrypt-auto-requirements.txt (line 12))
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=‘pypi.python.org’, port=443): Read timed out. (read timeout=15)”,)’: /simple/configargparse/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=‘pypi.python.org’, port=443): Read timed out. (read timeout=15)”,)’: /simple/configargparse/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=‘pypi.python.org’, port=443): Read timed out. (read timeout=15)”,)’: /simple/configargparse/

root@tomcat8:/usr/local/letsencrypt# curl -X GET -I https://pypi.python.org
HTTP/1.1 301 Redirect to Primary Domain
Connection: close
Content-Length: 122
Server: Varnish
Retry-After: 0
Location: https://pypi.org/
Content-Type: text/html; charset=UTF-8
Accept-Ranges: bytes
Date: Thu, 21 Nov 2019 07:23:50 GMT
X-Served-By: cache-sin18050-SIN
X-Cache: HIT
X-Cache-Hits: 0
X-Timer: S1574321030.121052,VS0,VE0
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none

Are you still having issues? What happens if you run “curl -v https://pypi.python.org/”?

Hi @ajithhostingraja,

I don’t know why this problem is happening and I would also suggest the test that @mnordhoff suggested.

I would also like to point out that if you are really running Linux kernel 2.6 on this system, it’s likely that your operating system is now unsupported by your operating system developer (with only a few exceptions). You didn’t tell us which distribution you’re running, but it would be worthwhile to check whether you’re running an operating system release that’s still supported, as various things could break, or remain insecure, or become uninstallable if you keep running an unsupported release. (However, this wouldn’t be expected to result in the specific error messages that you saw.)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.