Summary.
http://python-requests.org/ redirects to https://docs.python-requests.org/ instead of http://docs.python-requests.org/.
docs to be available
Secure Connection Failed
curl https://docs.python-requests.org/
N/A
Thanks! This should now be fixed :)
Something is broken about this again: http://docs.python-requests.org/en/master/objects.inv 301s to href="https://2.python-requests.org//en/master/objects.inv, but 2.python-requests.org is returning a TLS error.
http: error: SSLError: HTTPSConnectionPool(host='2.python-requests.org', port=443): Max retries exceeded with url: /en/master/objects.inv (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1056)'))) while doing GET request to URL: https://2.python-requests.org/en/master/objects.inv
Most helpful comment
Something is broken about this again:
http://docs.python-requests.org/en/master/objects.inv301s tohref="https://2.python-requests.org//en/master/objects.inv, but2.python-requests.orgis returning a TLS error.