Closed jackoconnordev closed 11 months ago
Thanks for your report - I'm not entirely sure when this was fixed, but it appears to no longer be the case, at least not when visting https://jupyter.org . Please let us know if you're still experiencing this - and specifically what browser and what URL you are using, if it is still a problem.
Happy hacking! :bowtie:
Issue
There is a connection not secure warning when visiting jupyter.org right now.
Possible cause
This could be due to some website assets being referenced over http instead of https (one possible example is website logos svgs assets/logos/IBM.svg).
Possible fix
Possible fix is to replace existing http urls with https and verify that content is still being pulled.
Link to GitHub Pages https instructions https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https#resolving-problems-with-mixed-content
Screenshots