ReplDB throwing SSL error

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:

  1. Open a Repl
  2. Go to your Shell
  3. Run curl $REPLIT_DB_URL/?prefix=
  4. Observe

Bug appears at this link:
https://replit.com/@USERNAME/SLUG

Browser/OS/Device:
Unnecessary

5 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.

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!

I’m also encountering this error.

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, :pensive: even though there is an assignment from the school the database uses replit

Thank you for flagging, we are aware of this: https://status.replit.com/notices/umuzli4sxjrcawve-replit-database-is-down

1 Like


the same problem

same:
FetchError: request to https… failed, reason: Client network socket disconnected before secure TLS connection was established

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.