-
Notifications
You must be signed in to change notification settings - Fork 2
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
naked domain explainpowershell.com should also work / explainpowershell.com does not support https #40
Comments
I have set this up, and it does work. Just without HTTPS support. The reason is, I am using Azure CDN managed HTTPS on www.explainpowershell.com, but it seems this is no longer supported for apex domains (in my case explainpowershell.com). See also: Next step would be to find out how to get a valid public SSL cert for explainpowershell.com in Azure KeyVault, and configure that cert as an SSL cert for the explainpowershell.com domain in Azure CDN. |
This looks promising: |
I've managed to work around this by putting a DNS CNAME in place, and adding a redirect from http -> https. Those combined, make sure people end up in the right place: https://www.explainpowershell.com |
hmm. everything works, except ofcourse when someone explicitly navigates to https://explainpowershell.com, because SSL check takes place before url redirect :( #sadpanda. |
When I navigate to explainpowershell.com, it should also just work.
The text was updated successfully, but these errors were encountered: