Omichron

Results 4 comments of 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 ![image](https://github.com/httpie/cli/assets/16467494/4bdc0d8e-28b1-4592-ba69-f1fa49c80316) Running the same command twice results in ![image](https://github.com/httpie/cli/assets/16467494/663d10e5-8ebf-41a3-8447-92da8f5ef370) No matter what kind of...

@Ousret well, it's certainly different. ![image](https://github.com/httpie/cli/assets/16467494/901cd184-54b8-4bb0-9047-2cd0caba9510) 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...