-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend default passenv to include SSL proxy vars #1437
Labels
Comments
ssbarnea
added a commit
to ssbarnea/tox
that referenced
this issue
Oct 16, 2019
This shouls avoid SSL failures with HTTP requests from pip, requests or other libraries. Also sorts existing values in order to make it easier to update the list in the future. Fixes: tox-dev#1437
ssbarnea
added a commit
to ssbarnea/tox
that referenced
this issue
Oct 16, 2019
This shouls avoid SSL failures with HTTP requests from pip, requests or other libraries. Also sorts existing values in order to make it easier to update the list in the future. Fixes: tox-dev#1437
6 tasks
ssbarnea
added a commit
to ssbarnea/tox
that referenced
this issue
Oct 16, 2019
This shouls avoid SSL failures with HTTP requests from pip, requests or other libraries. Also sorts existing values in order to make it easier to update the list in the future. Fixes: tox-dev#1437
webknjaz
pushed a commit
to ansible/ansible-lint
that referenced
this issue
Oct 17, 2019
Fix tox execution failures from system that are using SSL based http proxies. Related: tox-dev/tox#1437 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
ssbarnea
added a commit
to ssbarnea/tox
that referenced
this issue
Nov 1, 2019
This shouls avoid SSL failures with HTTP requests from pip, requests or other libraries. Also sorts existing values in order to make it easier to update the list in the future. Fixes: tox-dev#1437
gaborbernat
pushed a commit
that referenced
this issue
Nov 11, 2019
This shouls avoid SSL failures with HTTP requests from pip, requests or other libraries. Also sorts existing values in order to make it easier to update the list in the future. Fixes: #1437
This now has been released under https://tox.readthedocs.io/en/latest/changelog.html#v3-14-1-2019-11-13 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a list of 3 environment variables that are also needed for SSL proxies. Tox is currently passing proxy vars but missing to pass the SSL vars and the side effect is clear: called code will choke trying to verify the SSL certificates.
I am fully aware that use can manually add them to their tox.ini file but this does not scale well at all when you have hundreds of repositories (like openstack for example).
The text was updated successfully, but these errors were encountered: