Skip to content
Discussion options

You must be logged in to vote

Hey! So this is actually working as GitHub intended, believe it or not. The issue is that GitHub Pages will only generate a certificate for the exact domain you put in the custom domain field - in your case www.raskell.io. It won't cover both the apex and www when you're using this redirect setup.

Basically what's happening:

  • Your www.raskell.io has a valid certificate ✓
  • Your apex raskell.io is just pointing to GitHub to redirect people to the www version
  • But there's no certificate for the apex, so https://raskell.io throws an SSL error
  • The redirect only works over HTTP, not HTTPS

The "DNS Check in Progress" thing is mostly a cosmetic issue - it's GitHub not recognizing this setup patter…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by raffaelschneider
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants