Closed SeanKilleen closed 7 months ago
Thanks for the heads-up!
I've been thinking about changing up this site anyway to be statically hosted and served up for free using GitHub or similar. Then just accept PRs to update the site content. I think this might be a good excuse to get in there rework the site.
👍 If you're interested in help on the conversion, feel free to create a repo and grant me push access; I currently run my site on GitHub pages via Jekyll and I think we could do a 1:1 conversion reasonably quickly.
Thanks. We're using ghost for the blog so I'm not sure what the upgrade path is.
Likely something along the lines of:
_config.yml
file.CNAME
file in the root of the repoIf you want to throw CloudFlare in front of it while you're at it, I've got an older post on those steps.
Any news on this? Plain http is a bit strange nowadays. I really like to see https everywhere
@SeanKilleen this seems to be fixed?
Looks like it! This can be closed.
Looks like it expired again @joelhulen.
Specifically, the non-www
.
/cc @scottthurlow
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.
Bumping just because I assume someone still wants to see it and get it fixed 👍
I realized that I only had SSL binding set up for www.thepollyproject.org and not thepollyproject.org. It is now resolved. Thanks for bringing this back up!
Summary:
Was looking into converting some
http
URLs tohttps
in the MS docs.When navigating to https://thepollyproject.org/ ....
Expected behavior:
Site loads with https
Actual behaviour:
Looks like the cert is only set up to cover
https://thepollyproject.azurewebsites.net/
If this project is a .NET Foundation project, I believe you are eligible for a free SSL cert for your domain:
Or, since you're on the azure app service, if you're willing to spend a few bucks, the setup for an SSL cert there isn't too tough. I've done it before; let me know if I can be of help.
Wanted to drop this here in case it's useful; feel free to close if not. Thanks!