在 Docker 中执行 PostgreSQL
并暴露了 5432 端口
在终端中设定
export https_proxy=http://127.0.0.1:6152
export http_proxy=http://127.0.0.1:6152
export all_proxy=socks5://127.0.0.1:6153
使用 pg_isready 测试连接成功
localhost:5432 - accepting connections
在 DataGrip (基于JAVA) 中尝试连接
提示尝试连接失败
已经设定了JVM选项
-Dhttp.proxyHost
-Dhttp.proxyPort
-Dhttps.proxyHost
-Dhttps.proxyPort
-DsocksProxyHost
-DsocksProxyPort
在 DataGrip 中设定过
- 无代理
- HTTP 代理
- SOCKS5 代理
均发生连接失败错误
增强模式已关闭
VIF auto/V1 均发生连接失败错误
Surge 关闭后可正常连接
尝试连接至 HOST(非 Docker) 中的其他应用
localhost:1433 (cloudflared) 连线成功