Im trying to hook up a supabase db to google's dat...
# help
v
Im trying to hook up a supabase db to google's data studio but having some problems. Has anyone successfully done this? With SSL enabled, they want a client key and certificate along with the server certificate. I know the server certificate is available to download through the supabase db but any idea how to create or get a client key and client certificate?
j
you can go to the settings section in the dashboard to get some of this hostname db.abcdefgabcedefg.supabase.co (this is the url of your project) *port * 5432 database postgres username postgres password this is the password you set when you created the project you can set a new password by following these instructions https://supabase.com/docs/guides/database/managing-passwords
v
Unfortunately that does not work. People have had issues connecting and say that they can only connect when ssl is enabled
m
Anyone found a working solution to this?