-
Select Topic AreaQuestion BodyCertificate request error is persistent for a few days after ensuring a couple things:
joaocavalcanti@Mac-15 ~ % dig www.seedsensesoftware.com
; <<>> DiG 9.10.6 <<>> www.seedsensesoftware.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36242
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.seedsensesoftware.com. IN A
;; ANSWER SECTION:
www.seedsensesoftware.com. 3597 IN CNAME ondasoftware.github.io.
ondasoftware.github.io. 3597 IN A 185.199.111.153
ondasoftware.github.io. 3597 IN A 185.199.108.153
ondasoftware.github.io. 3597 IN A 185.199.109.153
ondasoftware.github.io. 3597 IN A 185.199.110.153
;; Query time: 3 msec
;; SERVER: 2600:6c52:7af0:9640::1#53(2600:6c52:7af0:9640::1)
;; WHEN: Mon Jan 20 11:47:16 PST 2025
;; MSG SIZE rcvd: 154
This is blocking us from enabling HTTPS on our domain. In addition, fwiw, we're using AWS Route 53 and hosted zones to define such records. NOTE: I'm not sure if this is relevant to the issue but we have also defined another subdomain under |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Based on your One thing to check is whether you've correctly configured your GitHub Pages settings. For custom domains, you need to ensure that:
The subdomain ( Cheers! 👋 |
Beta Was this translation helpful? Give feedback.
-
Similar persistent issue with my Pages setup. I checked the first 6 points from usama7365 answer but no luck. If there is a solution I would like to know |
Beta Was this translation helpful? Give feedback.
-
Hey @ConnectedCat, I totally get how frustrating this can be! Since you've already gone through the first six steps, let’s try a few additional things: 1️⃣ Manually Trigger SSL Certificate RenewalSometimes, GitHub Pages gets stuck while issuing an SSL certificate. Try:
2️⃣ Double-Check Route 53 & Conflicting Records
3️⃣ Clear Old SSL Configurations
4️⃣ Contact GitHub SupportIf nothing works, this may be an issue on GitHub's end. Reach out to GitHub Support with:
Let me know how it goes—I’m happy to help troubleshoot further! 🚀 Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hello guys! My situation happened after I transitioned my domain from Google to AWS. Apparently, my domain still had DNSSEC signing turned on but Route 53 had an invalid key setup. After turning DNSSEC signing off on Route 53, it started working for me (after I had already followed the steps from GH documentation) Thank you very much for the support @usama7365 🙏 |
Beta Was this translation helpful? Give feedback.
Hello guys! My situation happened after I transitioned my domain from Google to AWS. Apparently, my domain still had DNSSEC signing turned on but Route 53 had an invalid key setup. After turning DNSSEC signing off on Route 53, it started working for me (after I had already followed the steps from GH documentation)
Thank you very much for the support @usama7365 🙏