Omichron
Omichron
Still happening on the latest version (3.2.2). While having a periodic update check may be useful, perhaps there could be an option in the config file to disable it entirely?...
@Ousret running [mitmproxy](https://mitmproxy.org/) listening on port 8080. Running `HTTPS_PROXY=http://localhost:8080 https --verify=no get example.com` once results in  Running the same command twice results in  No matter what kind of...
@Ousret well, it's certainly different.  It seems that HTTPie is still issuing the requests, but now doesn't trust the proxy's cert (even with `--verify=no`).
Yup, seems to work! I tested various orderings of using proxy/not using proxy (in a Docker container so different tests did not influence each other) and it no longer does...