haroon
May 20, 2023, 12:21pm
1
Problem description:
When attempting to list all keys in a repldb via:
curl $REPLIT_DB_URL/?prefix=
I get greeted with this error:
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to kv.replit.com:443
Expected behavior:
It lists the keys in the DB
Actual behavior:
It throws the above error
Steps to reproduce:
Open a Repl
Go to your Shell
Run curl $REPLIT_DB_URL/?prefix=
Observe
Bug appears at this link:
https://replit.com/@USERNAME/SLUG
Browser/OS/Device:
Unnecessary
6 Likes
I’m encounting a similar error on a Node.js Repl. Trying to connect to the database yields this error:
request to https://kv.repl.it/graphql failed, reason: connect ECONNREFUSED 35.224.251.249:443
It worked just 20 minutes ago. Now it won’t boot.
haroon
May 20, 2023, 12:25pm
3
You sure that URL exists? I haven’t heard of any other GraphQL endpoints on Replit’s servers except for https://replit.com/graphql
(and its firewalledreplit variant)
I’m suspecting that kv.replit.com
is down though.
I’m quite sure it’s real, because I sure as heck didn’t change it!
cldprv
May 20, 2023, 12:41pm
5
I’m also encountering this error.
bddy
May 20, 2023, 1:48pm
8
Hi people, I think that engineers are alerted about this issue, this will be fixed soon! (it is a weekend, could be monday)
Same bro, even though there is an assignment from the school the database uses replit
YYama
May 20, 2023, 2:52pm
12
same:
FetchError: request to https… failed, reason: Client network socket disconnected before secure TLS connection was established
system
Closed
May 27, 2023, 2:53pm
13
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.