PyCQA / pydocstyle

docstring style checker
http://pydocstyle.org
MIT License
1.11k stars 189 forks source link

http://pydocstyle.org missing SSL certificate #552

Open janosh opened 3 years ago

janosh commented 3 years ago

The docs site is lacking an SSL certificate:

Screen Shot 2021-09-07 at 08 25 13

aphedges commented 2 years ago

There is a certificate if you go to https://www.pydocstyle.org. The problem is that there is no automatic redirect from the HTTP site to the HTTPS site.

Many sites unfortunately don't supply automatic redirects. Using a browser plugin like HTTPS Everywhere (if you browser supports it) can do this redirect from the client side in most cases.