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

Fix docs URL #119

Merged
merged 3 commits into from Mar 18, 2020
Merged

Fix docs URL #119

merged 3 commits into from Mar 18, 2020

Conversation

divbzero
Copy link
Contributor

@divbzero divbzero commented Mar 12, 2020

Resolves #113.
Resolves #118.

Related to and closes #85.

@divbzero
Copy link
Contributor Author

The project URLs added in 3f94c76 mimic setup.py#L109-L112 for Requests and also follow @hugovk’s requested changes for #85.

@Lukasa Lukasa merged commit d15edfc into certifi:master Mar 18, 2020
@Lukasa
Copy link
Member

Lukasa commented Mar 18, 2020

Thanks!

@divbzero
Copy link
Contributor Author

Thank you!

@mstathers
Copy link

  File "setup.py", line 68
    project_urls: {
                ^
SyntaxError: invalid syntax

Since this pull request was merged.

@hugovk
Copy link
Contributor

hugovk commented Mar 23, 2020

Please see PR #121 to fix this.

@h1z1
Copy link

h1z1 commented Jan 4, 2021

This is broken again(?)

https://certifiio.readthedocs.io/en/latest/ redirects to certifi.io which throws up a 403 error from Cloudflare

Why on Earth such a critical package would have links like that is something I can only speculate.

$ host certifi.io 1.1.1.1
certifi.io has address 51.158.74.197
$ host certifi.io 8.8.8.8
certifi.io has address 51.158.74.197
$
$ whois -h whois.radb.net 51.158.74.1
route:          51.158.0.0/15
descr:          SCALEWAY
descr:          Paris, France
origin:         AS12876
mnt-by:         MNT-TISCALIFR
created:        2018-03-28T15:59:36Z
last-modified:  2019-10-03T15:13:59Z
$

@hugovk
Copy link
Contributor

hugovk commented Jan 4, 2021

@h1z1 Tracked in #132.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

certifi.io redirects to https://pip.pypa.io/en/stable/ Docs page has invalid SSL certificate
5 participants