Problem using SSH tunnel #6666
Replies: 2 comments
-
I've gone through the steps in the above article, setting up the keys directory and the dynamic_settings as suggested, but I am getting this error message as I force_build docker: worker_1 | File "./manage.py", line 6, in |
Beta Was this translation helpful? Give feedback.
-
@chrisheadford Did you ever figure this out? I'm in the same boat. |
Beta Was this translation helpful? Give feedback.
-
Hi
I have a mysql db on AWS server in a private network.
I have set up redash on an EC2 server and upgraded it to V10.
I have set up an ssh tunnel on the EC2 server, and installed the mysql client tools to confirm the tunnel is working. I can query the db successfully from that. As I don't have mysql installed on the EC2 server I have mapped port 3306 through to the private db server.
If I set up the datasource in redash using 127.0.0.1 as the host and post 3306, using the same credentials as in mysql client, I get:
"(2006, "Can't connect to MySQL server on '127.0.0.1' (115)"
I've read the article here: https://discuss.redash.io/t/connect-to-amazon-rds-via-ssh-tunnel-for-self-hosted-redash/8082 but don't seem to be able to get to the second page, which I feel may be where the answer lies! And I can't sign up while the page is in read only mode.
I feel I'm missing something obvious as this is the likely scenario for most users.
Thanks in advance
Christine
Beta Was this translation helpful? Give feedback.
All reactions