We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Conan version: 2.2.2
Documentation says core.net.http:proxies: Dictionary containing the proxy configuration without clarification the format of dictionary.
core.net.http:proxies: Dictionary containing the proxy configuration
After some experiments I found that the key is a hostname and the value is port. So:
The text was updated successfully, but these errors were encountered:
yeah, the expected format is like:
core.net.http:proxies = {"http": "value"}
This is basically a forward to python-requests with: https://requests.readthedocs.io/en/latest/user/advanced/#proxies
I'll move this ticket to the docs repo for trying to improve them. Contributions are also welcome there.
Thanks for reporting this!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Conan version: 2.2.2
Documentation says
core.net.http:proxies: Dictionary containing the proxy configuration
without clarification the format of dictionary.After some experiments I found that the key is a hostname and the value is port. So:
The text was updated successfully, but these errors were encountered: