-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.openemu.org has bad certificate #8
Comments
Am aware. This is a side effect of GitHub's new support for automatic HTTPS for custom hosted domains (and some browsers like Safari's address bar sometimes forcing a www subdomain in front of the apex domain for typed-in addresses). I've seen this reported and unresolved by other projects -- the fix I assume is at the DNS level. In the mean time, our official URL is openemu.org and accessible via https/http without the www as always. |
Does github allow .htaccess so we could write a redirect to force the url to https sans www? I do this on all my linux hosted sites and it works very well. |
@craigerskine That presupposes being able to even talk to the site in the first place. You can't redirect someone if they don't accept your certificate. |
The certificate is working correctly for my GitHub Pages-hosted website. This is probably worth another look in the preferences. |
It is done in DNS level as docs say: https://help.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain So somebody just need to login to Namecheap (registar and DNS provider) and add that "www" subdomain as a CNAME/ALIAS. |
@Triloworld Thanks for the 2 cents, but everything is configured properly at the DNS level, including the This is not our problem. The OpenEmu domain is openemu.org and not www.openemu.org. |
@clobber it's working now fine - there is now proper redirect and ssl cert with alternatives names :) DNS CAA records missing to add some security and seo boost point (guide: https://nikhilshares.medium.com/publishing-github-page-website-on-a-custom-domain-with-https-enforcement-c034e1e53415#67b4) - Value to add
Thx for great work. |
Trying to visit https://www.openemu.org serves me a certificate for www.github.com. The bare https://openemu.org works.
The text was updated successfully, but these errors were encountered: