--quiet suppresses ssl errors #4919
Labels
auto-locked
Outdated issues that have been locked by automation
state: needs discussion
This needs some more discussion
type: enhancement
Improvements to functionality
Description:
I was trying to figure out why
pip install -q <packages>
was failing. There was error message output but it did not make sense. When I removed-q
, I saw that it was hiding an important SSL error.What I've run:
Note: I'm aware that overriding REQUESTS_CA_BUNDLE caused the ssl error. My issue here is that the ssl error was hidden by
-q
, making it harder to diagnose the problem. In the actual use case, the setting of REQUESTS_CA_BUNDLE was far away, so the issue was not as obvious as it is in this toy example. :-)The text was updated successfully, but these errors were encountered: