Skip to content
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

Closed
foxx opened this issue Jan 21, 2020 · 4 comments · Fixed by #119
Closed

Docs page has invalid SSL certificate #113

foxx opened this issue Jan 21, 2020 · 4 comments · Fixed by #119

Comments

@foxx
Copy link

foxx commented Jan 21, 2020

https://certifi.kennethreitz.org/en/latest/

@alex
Copy link
Member

alex commented Jan 21, 2020

https://certifi.io/en/latest/ is teh correct page. Is somethign linking to the page on kennethreitz.org?

@divbzero
Copy link
Contributor

Related to #118?

@divbzero
Copy link
Contributor

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.

@jhermann
Copy link

As an example: The requests docs still link to the old domain.

@divbzero divbzero mentioned this issue Mar 12, 2020
jaraco added a commit to jaraco/python-certifi that referenced this issue Jan 24, 2021
…n 3.9 and importlib_metadata 1.1. Add explicit temporary file cleanup behavior using atexit. Fixes certifi#113.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants