You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for insecure/self‑signed proxy connections
- Introduce `allow_self_signed` flag in `ProxyConfig`.
- Propagate flag to HTTP client (`verify=False`).
- Add `--insecure-proxy` CLI option to enable the flag.
- Adjust proxy handling logic accordingly.
0 commit comments