
The SOCKS Proxy pane in the connection form
How it works
No helper binary is involved: the relay is part of the app. It listens on a free loopback port and carries each connection through the proxy. If the relay dies mid-session, the connection reconnects and rebuilds it, up to ten attempts with a widening delay.Setting up
1
Enable the pane
Select SOCKS Proxy and turn Enable SOCKS Proxy on. Only one method at a time: anything else already enabled has a button here to switch it off.
2
Enter the proxy address
Host and Port under Proxy Server, plus Username and Password if the proxy authenticates.
3
Test it
On General, click Test Connection.
Options
SSL/TLS still applies, with one unavoidable adjustment: the driver dials a loopback port that no server certificate names, so Verify CA and Verify Identity fall back to Required and certificate paths are dropped.
Troubleshooting
Timed out connecting through the SOCKS proxy
Fifteen seconds passed with no path to the database. The proxy did not answer, rejected the credentials, or could not reach the database. Check the proxy host and port, then that the database answers from the proxy’s network.Local network permission prompt
On macOS 15 and later, a proxy on your local network (a192.168.x.x address) raises the one-time Local Network alert. Allow it, or the proxy stays unreachable. A loopback proxy such as ssh -D on 127.0.0.1 never triggers it.


