GitHub Pages TLS for softsys.ge: six hours in new, now dns_changed #207786
Replies: 1 comment
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Pages
Body
We are unable to enable HTTPS for a GitHub Pages custom domain because certificate provisioning has not completed despite valid Pages DNS health.
IvanNiukanenSoftSys-Expert(GitHub Free)main, repository root, legacy buildwww.softsys.geAs of 2026-09-13 19:14 UTC, the Pages build is successful, but the API reports:
{ "status": "built", "cname": "www.softsys.ge", "https_certificate": { "state": "dns_changed", "description": "Detected a change to DNS settings. Requesting a new certificate.", "domains": ["www.softsys.ge", "softsys.ge"] }, "https_enforced": false }The authoritative nameservers are
ns1.geandns2.ge. Authoritative and public resolvers return:Authoritative checks over UDP and TCP agree. The apex has no AAAA record. Its CAA query returns
NOERRORwith no CAA data, and there is no DS record. GitHub's domain health reports both hosts withis_valid: true,is_served_by_pages: true,is_https_eligible: true, andcaa_error: null.HTTP currently works:
softsys.geredirects tohttp://www.softsys.ge, andwww.softsys.gereturns 200. Normal TLS verification fails for both names. Direct TLS checks against all four GitHub Pages IPv4 endpoints present a Let's Encrypt certificate for*.github.io, rather than a certificate covering these custom domains.Timeline:
state: newfor about six hours.www.softsys.ge. This requested one certificate for bothwww.softsys.geandsoftsys.geand changed the state todns_changed.We currently have one apex A record because the DNS provider's UI rejected our attempt to add another with
A, AAAA and CName records must be unique. We include this difference without assuming it causes the failure. Another Pages domain in the same organization,softsys.expert, has an approved certificate and working HTTPS.Could GitHub staff confirm whether any required configuration is missing? If the configuration is valid, could you check whether the certificate provisioning job needs intervention or retrigger it if appropriate?
All reactions