downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
222 stars 92 forks source link

`ERR_CERT_DATE_INVALID` #201

Closed multimeric closed 2 years ago

multimeric commented 2 years ago

Hi, the API seems to be down, and the crosswords aren't loading. The error my browser gives is this, suggesting maybe the certificate has expired:

GET https://api.foracross.com/api/puzzle_list?page=0&pageSize=50&filter%5BnameOrTitleFilter%5D=&filter%5BsizeFilter%5D%5BMini%5D=true&filter%5BsizeFilter%5D%5BStandard%5D=true net::ERR_CERT_DATE_INVALID
(anonymous) @ puzzle_list.ts:10
c @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
r @ asyncToGenerator.js:3
s @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
wt @ main.f5ea5208.chunk.js:1
yt @ puzzle_list.ts:8
(anonymous) @ NewPuzzleList.tsx:54
c @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
r @ asyncToGenerator.js:3
s @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ NewPuzzleList.tsx:43
d @ lodash.js:10359
v @ lodash.js:10369
b @ lodash.js:10436
(anonymous) @ NewPuzzleList.tsx:68
is @ react-dom.production.min.js:211
yu @ react-dom.production.min.js:257
t.unstable_runWithPriority @ scheduler.production.min.js:19
Wi @ react-dom.production.min.js:122
vu @ react-dom.production.min.js:257
(anonymous) @ react-dom.production.min.js:256
U @ scheduler.production.min.js:17
E.port1.onmessage @ scheduler.production.min.js:14
jvigilan commented 2 years ago

Hi, yep same here....this is what I see in inspection:

Unhandled Promise Rejection: TypeError: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “api.foracross.com” which could put your confidential information at risk.

stevenhao commented 2 years ago

i've fixed this by renewing the certificate. thanks @multimeric and @jvigilan for reporting this issue!

multimeric commented 2 years ago

Great, thank you!