Rust
1. Problem
Proxyman can't automatically capture HTTP/HTTPS traffic which is called from reqwest
in Rust because of:
reqwest
doesn't respect the system HTTP Proxy -> No traffic goes through Proxymanreqwest
doesn't trust any self-signed Proxyman Certificate -> Get SSL Error
2. Solution
Manually set the Proxy to Proxyman at
http://localhost:9090
Disable SSL Verification
Last updated