top | item 22344996

(no title)

wes1350 | 6 years ago

Author here. I have never configured a website like this so I wasn't aware of these problems. Any tips for fixing this?

discuss

order

yorwba|6 years ago

The problem is because you're using GitHub Pages to host your website on a custom domain. When someone accesses your website via HTTPS, they get a certificate that is only valid for GitHub domains. Of course the HN submission is an HTTP link, so the person you're replying to probably has their browser configured to use HTTPS everywhere.

You can fix this by enabling HTTPS in GitHub pages, so that a valid certificate is served. See GitHub's troubleshooting information: https://help.github.com/en/github/working-with-github-pages/...