Commit 5ec6ec8
committed
fix(canopy): enable reqwest socks feature so the Tailscale SOCKS5 proxy works
Without the socks feature, reqwest rejects socks5:// proxy URLs with
unsupported scheme socks5
which meant the Tailscale sidecar SOCKS5 proxy (the primary production
network path to canopy per the integration design) never actually
handled canopy traffic — everything went out through the pod's default
network and hit canopy's public DNS directly, failing at TLS/routing.1 parent 648e299 commit 5ec6ec8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments