Cert invalid for ThePollyProject.org
See original GitHub issueSummary:
Was looking into converting some http
URLs to https
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:
We’ve partnered with DigiCert to provide SSL certificates for the .NET Foundation OU. We set your project up in Digicert’s system, you request the certificate for your website, and they’re paid for centrally by the foundation.
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!
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
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.
Looks like it! This can be closed.