Custom domain hosted in github, https problem

good day…

i was wondering if anybody can help me.

i created website and hosted in github, i did provide a custom domain from godaddy.

i got a problem about https… it says… This page is insecure (broken HTTPS).

can anyone help me… really sorry im a newbie…

Take a look at your web browser’s web dev tools. There are likely “mixed content” warnings for assets (images, JS, CSS, fonts, etc.) that you’re loading via http.

Pretty sure GitHub Pages defaults to https now so if you try to load insecure content your browser is going to complain. Just make sure everything starts with https, including your site.url and you should be set.

https://help.github.com/articles/securing-your-github-pages-site-with-https/

Though now that I see you’re using a custom domain you might be out of luck as SSL isn’t currently supported this way. There are ways around it if you hook your site up to Cloudflare. I’d suggest Googling around, I know I’ve see blog posts about the matter.

thanks for the reply sir mmistakes, it really help me a lot sir… now i got idea why i my website got error…