This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Home page certificate troubles
Type: crash Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Dolda2000, alex, docs@python
Priority: normal Keywords:

Created on 2014-04-21 00:18 by Dolda2000, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg216928 - (view) Author: (Dolda2000) Date: 2014-04-21 00:18
This is misfiled under "Documentation" since it affects the documentation peripherally and I couldn't find any better component to file it under.

To get to the point, the website seems to have certificate troubles for some URLs affecting the older versions of documentation. For instance, at this URL:

    <https://docs.python.org/3.0/c-api/arg.html>

For me at least, it says "400 Bad Request // The SSL certificate error [sic] // nginx". I am also not allowed to access it over HTTP, since that just redirects me to the HTTPS version.

(As an aside, you may also want to fix the typo in the error message while your at it. ;)
msg216929 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2014-04-21 00:20
The infra team is looking into this, and I believe it should be fixed by now. (None of the infra people really are on this issue tracker, so I'm closing this, sorry :-/)
History
Date User Action Args
2022-04-11 14:58:02adminsetgithub: 65516
2014-04-21 00:20:25alexsetstatus: open -> closed

nosy: + alex
messages: + msg216929

resolution: fixed
2014-04-21 00:18:07Dolda2000create