Using Studio 3T (free), how could I connect to a remote server if my (computer) Studio 3T is behind a proxy.
The proxy uses authentication, but I could use cntlm for handling the authentication for me.
Possible scenarios:
Studio 3T <---> Proxy <---> Remote MongoDB
(Internet)
Studio 3T <---> Cntlm <---> Proxy <---> Remote MongoDB
(Internet)
Env: Ubuntu 18.04
PS: I've read Configure MongoDB Ops Manager to Use an HTTP Proxy for Outgoing Traffic, but it would require additional packages/tools installation.