You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
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
The text was updated successfully, but these errors were encountered: