sollago / website

Contains files and scripts that belong to my personal website.
0 stars 1 forks source link

Connection not secure problem #52

Closed sollago closed 6 years ago

sollago commented 6 years ago

When loading the website, the browser has the "i" symbol on the browsing tab indicating that the connection is not secure. I thought that this was an inherent problem in hosting the website on github, but other github pages don't seem to have this problem and are shown as secure (e.g. https://tmalsburg.github.io/). Could this be fixed?

iliakur commented 6 years ago

Yes, definitely! https://help.github.com/articles/securing-your-github-pages-site-with-https/

That page says that you'll have to go and change stuff in settings on github and I'll have to go through the code making sure all internal links are https

sollago commented 6 years ago

Cool! I have done my part, by selecting Enforce HTTPS in the settings.

iliakur commented 6 years ago

The live version of the website isn't loading any of the CSS or JS. I've opened a PR to address this.

iliakur commented 6 years ago

I think we can close this...