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

Planet Python, https and rendering of the site. #230

Open
matrixise opened this issue Jun 9, 2017 · 1 comment
Open

Planet Python, https and rendering of the site. #230

matrixise opened this issue Jun 9, 2017 · 1 comment

Comments

@matrixise
Copy link
Member

On the communicating.html page of devguide, there is a link to the planet python site, but this one is only in http. There is a support of https, the certificate seems to be good

$ echo | openssl s_client -servername www.planetpython.org -connect www.planetpython.org:443 2>/dev/null | openssl x509 -noout -dates

notBefore=Apr 27 16:10:00 2017 GMT
notAfter=Jul 26 16:10:00 2017 GMT

but Google Chromium and Firefox tell me that the connection is not fully compliant with https, and in fact, some images or css files are not reachable.

404 error

https://www.planetpython.org/js/iotbs2-key-directors-load.js
https://www.planetpython.org/js/iotbs2-directors.js
https://www.planetpython.org/js/iotbs2-core.js
https://www.planetpython.org/styles/defaultfonts.css

and because these files are missing, the rendering of the website is just ugly.

thank you

@tseaver
Copy link
Contributor

tseaver commented Jun 10, 2017

Thanks for the report! This is an "infrastructure" issue, not one which can be fixed by checking a change to this repository. I have forwarded a link to this issue, and to #231, to the PSF Infrastructure working-group.

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

No branches or pull requests

2 participants