drowsytech opened a new issue #14121:
URL: https://github.com/apache/superset/issues/14121


   I have a postgresql server which is not accessible remotely, it can only be 
accessed using the SSH Tunnel. I am new to superset so not sure how to do it. I 
created a ssh tunnel redirect my local port to postgres server which connects 
successfully using the following command
   
   ssh -N -L 5000:127.0.0.1:6432 192.168.1.55
   
   After this when I tried to add database to superset it gives the error 
"Connection Failed please check your connection strings" I have tried so many 
combination but same error.
   
   Any help with this is highly appreciated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to