SSL certificate #192420
Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
What you can do is verify the exact conditions GitHub requires before it will issue the certificate. The most common reason for “DNS check successful” but “Enforce HTTPS unavailable” is that one or more DNS records still don’t exactly match GitHub’s expectations, or there’s a conflicting AAAA/CNAME record cached somewhere. For a custom apex domain like michalkolejak.sk, GitHub expects: A records pointing to: And for www.michalkolejak.sk: a CNAME to: Also check these carefully: Remove any AAAA (IPv6) records unless they point to GitHub Pages IPv6 endpoints. Confirm the repository contains a valid CNAME file with exactly: michalkolejak.sk You can also try forcing a rebuild: Go to: If the configuration is already correct and the certificate still does not issue after several hours, the next step is to contact GitHub Support because only GitHub staff can inspect or manually reset the Pages certificate provisioning backend for your domain. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Issues
Body
My GitHub Pages site at vkolejak-collab/michal-kolejak.github.io has a custom domain michalkolejak.sk. DNS check is green but SSL certificate has not been issued and Enforce HTTPS remains unavailable. I have tried removing and re-adding the custom domain multiple times but the issue persists. Could you please manually trigger the certificate issuance?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions