Replies: 2 comments
-
Hi, In order to use SSH tunnel you need to use host/port configuration (i.e. you cannot use URL-based connections). (Or you can create a ticket on dbeaver.com) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello peeps, I'm attempting to connect to a remote MongoDB via an SSH Tunnel, the SSH connection is successful but authenticating to the DB server is not.
I'm using the same connection details in both NoSQLBooster and in the DBeaver Ultimate, and in NoSQLBooster it works and in DBeaver it does not.
The connection URL is: mongodb://localhost:27017/
Authentication: MongoDB authentication
Mechanism: NONE
In NoSQLBooster it doesn't prompt me for a username/password and in DBeaver it does.
In DBeaver I get this error:
NoSQLBooster log
DBeaver log
Any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions