jupyter / jupyter.github.io

Project Jupyter's home on the World Wide Web
https://jupyter.org
BSD 3-Clause "New" or "Revised" License
178 stars 179 forks source link

Insecure connection to jupyter.org #734

Closed jackoconnordev closed 11 months ago

jackoconnordev commented 1 year ago

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

image

ivanov commented 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: