-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs page has invalid SSL certificate #113
Comments
https://certifi.io/en/latest/ is teh correct page. Is somethign linking to the page on kennethreitz.org? |
Related to #118? |
To answer my own question: #118 is a separate issue and probably unrelated. @foxx probably tried navigating to https://certifiio.readthedocs.io/ which redirects to https://certifi.kennethreitz.org/en/latest/ as follows: GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Host: certifiio.readthedocs.io
User-Agent: HTTPie/2.0.0 HTTP/1.1 302 Found
Content-Language: en
Content-Length: 0
Content-Type: text/html; charset=utf-8
Date: Wed, 11 Mar 2020 09:11:33 GMT
Location: https://certifi.kennethreitz.org/en/latest/
Server: nginx
Strict-Transport-Security: max-age=31536000; includeSubDomains
Vary: Accept-Language, Cookie
X-Content-Type-Options: nosniff
X-Deity: web03
X-Frame-Options: DENY
X-RTD-System-Redirect: True
X-Served: Django-Proxito
X-XSS-Protection: 1; mode=block Oddly, navigating directly to https://certifiio.readthedocs.io/en/latest/ does work. |
As an example: The requests docs still link to the old domain. |
…n 3.9 and importlib_metadata 1.1. Add explicit temporary file cleanup behavior using atexit. Fixes certifi#113.
https://certifi.kennethreitz.org/en/latest/
The text was updated successfully, but these errors were encountered: