Mixed content: load all resources via HTTPS to improve the security of your site

Hi, I’m trying to get some help getting unstuck!

I am working on a portfolio website.

My dilemma is that an overlay overview for projects I’ve added won’t show. I think I’ve narrowed it down to a http/https issue after checking out the dev.tool.

My github repository can be found here.

Output from env and version:

hugo v0.84.0-2C4689F7B+extended windows/amd64 BuildDate=2021-06-18T17:14:27Z VendorInfo=gohugoio
GOOS="windows"
GOARCH="amd64"
GOVERSION="go1.16"
hugo v0.84.0-2C4689F7B+extended windows/amd64 BuildDate=2021-06-18T17:14:27Z VendorInfo=gohugoio

Do you have any suggestions on how I can prevent this from occuring? I’ve read similar threads without luck.

Regards

Your config has:

baseURL = "http://olgj.org/"

As a result, Hugo is cheerfully generating non-HTTPS links for your stylesheets, Javascript, etc.

2 Likes

Thanks!

This resolved the HTTP/HTTPS error!

The overlay is still not working, but that’s another issue.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.