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
my server cannot access rhsecapi directly, tried using http_proxy but failed
Note from maintainer: since rhsecapi uses python's request module, this should be supported via environment variables
The text was updated successfully, but these errors were encountered:
Hello @shingkong That's a great point. We should totally implement proxy support.
Sorry, something went wrong.
Okay @shingkong ... You can actually accomplish this now with environment variables. E.g.:
$ export HTTP_PROXY="http://10.10.1.10:3128"
Or if your proxy requires HTTP Basic Auth, this should work:
$ export HTTP_PROXY="http://user:pass@10.10.1.10:3128"
If you're dealing with a SOCKS proxy, well, that's another story. Let me know.
thanks Ryan, i found that's my environment variables not correct, set https_proxy fixed this.
Glad to hear it's working for you now @shingkong
ryran
No branches or pull requests
my server cannot access rhsecapi directly, tried using http_proxy but failed
Note from maintainer: since rhsecapi uses python's request module, this should be supported via environment variables
The text was updated successfully, but these errors were encountered: