Skip to content

bug: etcd connection test fails over SSH tunnel #380

@almas-x

Description

@almas-x

What happened?

When I try to test an etcd connection through an SSH tunnel to a remote server, the connection test fails with:

Connection failed: Server error: 404 page not found

However, the same endpoint works correctly when tested with etcdctl.

Steps to reproduce

  1. Create an SSH tunnel to a remote server.
  2. Configure the connection using:
    • Host: 127.0.0.1
    • Port: 2379
  3. Run the connection test in TablePro.
  4. The test fails with the error above.

Expected behavior

The connection test should succeed when the SSH tunnel is correctly forwarding to a working etcd instance.

Database type

No response

TablePro version

No response

macOS version & chip

No response

Screenshots / Logs

Screenshot 1: Test fails in TablePro:
Connection test failed screenshot

Screenshot 2: etcdctl can connect successfully:
etcdctl connection success screenshot

etcd version: 3.4.14
etcdctl endpoint status returns a healthy etcd instance.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions