choojs / choo

:steam_locomotive::train: - sturdy 4kb frontend framework
https://choo.io/
MIT License
6.78k stars 595 forks source link

[domain] ssl-cert expired #709

Closed ghost closed 3 years ago

ghost commented 4 years ago

expired on 3rd Aug. there is no auto-renew?

choo ssl-cert expired

goto-bus-stop commented 4 years ago

hmm it's not expired (the expiration date is next year) but the domain association seems to be wrong.

goto-bus-stop commented 4 years ago

@yoshuawuyts is that something you can fix? i don't know if anyone else has access :innocent:

yoshuawuyts commented 4 years ago

@goto-bus-stop oh yeah good question; I looked into this briefly but was unsure what's going on. I can take a look again.

joseliber commented 4 years ago

@yoshuawuyts I've checked the DNS record for choo.io:

dig choo.io

; <<>> DiG 9.16.6 <<>> choo.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51356
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;choo.io.           IN  A

;; ANSWER SECTION:
choo.io.        664 IN  CNAME   netlify.com.
netlify.com.        11  IN  A   18.230.52.212

;; Query time: 3 msec
;; SERVER: 192.168.50.1#53(192.168.50.1)
;; WHEN: sex set 11 17:09:18 -03 2020
;; MSG SIZE  rcvd: 77

Shouldn't the CNAME be pointing to something like <somesitename>.netlify.app? (not sure about the TLD, I've always used .app).

DNS configuration was the cause of similar HTTPS certificate issues for me in the past.

Edit: I tried to guess Choo's default Netlify subdomain and that certificate is working fine: image

nilsnh commented 3 years ago

Hi 👋 I believe the ssl issue could be a misconfiguration in Netlify. Netlify is not correctly issuing an SSL cert for choo.io, see docs: https://docs.netlify.com/domains-https/custom-domains/#assign-a-domain-to-a-site

Maybe contact Netlify support and ask what could be causing the ssl issue? 🙂

@yoshuawuyts

yoshuawuyts commented 3 years ago

https://choo.io is back online!

Apologies this took so long!