-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH Tunnel to AWS RDS/Aurora Does not work #34
Comments
I am kinda facing the same issue. I am trying to connect AWS Redshift database using SSH. But it wont connect. It throws "connection time out". Any work around to resolve this? |
We didn't check this recently, but could you please first check if is any setting in AWS for enabling remote connectivity? |
Did you got connected? Please let me know, I would close the issue. |
yes it works
…On Wed, Nov 17, 2021 at 3:55 AM Wise Coders ***@***.***> wrote:
Did you got connected? Please let me know, I would close the issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABH5WAZCO6VPI5GUH4QKETUMKZJ5ANCNFSM4SZZCNNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
No, For me it didn't get connected. It says "Connection Time out". |
For Mano: please contact us using the Help / Report a bug dialog from DbSchema. Let's set up a web meeting and check this together. Is this ok for you? |
We can! |
I think yes, you should make it public, but you can do this only for a certain client host or network. Please write us as well about what answer you got. |
DBSchema is not able to connect to Mysql database when using a connection with SSH Tunnel to AWS RDS/Aurora through a jump server in EC2 with port 3306 allowed.
When connect it will throw the following error
com.jcraft.jsch.JSchException: PortForwardingL: local port 127.0.0.1:3306 cannot be bound.
at com.jcraft.jsch.PortWatcher.(PortWatcher.java:158)
at com.jcraft.jsch.PortWatcher.addPort(PortWatcher.java:110)
at com.jcraft.jsch.Session.setPortForwardingL(Session.java:1847)
at com.jcraft.jsch.Session.setPortForwardingL(Session.java:1828)
at com.jcraft.jsch.Session.setPortForwardingL(Session.java:1809)
at com.jcraft.jsch.Session.setPortForwardingL(Session.java:1792)
at com.wisecoders.dbs.schema.Connector.d(Connector.java:912)
at com.wisecoders.dbs.schema.Connector.setupSSHTunnel(Connector.java:784)
at com.wisecoders.dbs.rdbms.connect.model.FxPingTask.a(FxPingTask.java:32)
at com.wisecoders.dbs.rdbms.connect.model.FxPingTask.call(FxPingTask.java:13)
...
Please include the DbSchema version, operating system and used database
v8.3.2 Mac OS Catalina, MySQL 5.6.1
The steps to reproduce this issue
The text was updated successfully, but these errors were encountered: