Question regarding SSL

Question regarding ssl

Hello guys, I had the following error when trying to connect to supabase db using forest admin cloud ui.
I used ?sslmode=require, and I cant disable it from the db because its controlled by another team, but when I was working locally (on a different db after connecting on cloud and bootstrapping) I faced the same issue and the following fixed it.

   export NODE_TLS_REJECT_UNAUTHORIZED=0

but I dont see how I can do this from the ui, is there any way or a way to create a project from terminal so I can export this before connecting?

Any form of help is appreciated, thanks in advance.

image

Hello,

If you’d like to test this in your development environment, you can follow this tutorial.
It walks you through how to set up and work with a development database step-by-step.

I hope this helps! If you need any more assistance, feel free to let me know.

Hello there,
Thank you for your reply, but the documentation you sent is after creating the project right? I am getting this error while creating the project I am using forest admin cloud…

Hello again,

Yes, exactly — sorry for the misunderstanding. Could you try removing ?sslmode=require from your connection string? I’m not 100% sure, but it might work since we have a fallback mechanism in place.

If that doesn’t resolve the issue, you can switch to our self-hosted setup: https://app.forestadmin.com/projects/create/setup/1?customHosting=true.

Thank you for your patience, and please let us know how it goes.

Hello again,
Thanks for your reply, dropping ?sslmode=require really fixed the issue. silly me for not trying that.

Thanks again.

1 Like