SSH TUNNEL : An error occurred while setting up the SSL connection

Hello,

I have trouble to setup a connection using ssh tunnel .
I want to reach a RDS serverless inside a VPC, so I set up a ssh tunnel
metabase cloud --> ec2 server --> rds

I set the EC2 as a proxy to reach the rds, created a metabase user with a rsa key.
When I connect to the server from my machine with the private key metabase of the metabase user previously created it works (outside of any vpn ) .

But if I put everything in metabase I am only getting this error :
An error occurred while setting up the SSL connection

I allowed the IP addresses of metabase in the security group.

Thanks for your help

Hi @newza
So are you connecting to RDS Postgres or to Redshift? You need to select the correct driver otherwise you will see some strange errors.

HAHA thanks @flamber for asking the question.
it makes realized I set up redhsift (thinking it was same as rds) instead of putting mysql directly

I'm so dumb ^^