python / python/planet

Planet Python, https and rendering of the site.

Open
#230 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
144
Forks
197
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate communicating.html and inspect the Planet Python link and the referenced HTTPS assets. Check which URLs are currently used, then verify that the page renders without the reported 404 errors and that the Planet Python link uses HTTPS.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
documentation, web-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.