Skip to content
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

http_proxy environment variables ignored #39

Open
garethwilson opened this issue May 18, 2018 · 0 comments
Open

http_proxy environment variables ignored #39

garethwilson opened this issue May 18, 2018 · 0 comments

Comments

@garethwilson
Copy link

We host our sensu monitoring behind a corporate proxy. Our CentOS servers all have http_proxy environment variables set correctly.

We have used the check-ssl-qualys.rb in the past and it has worked fine. I updated our core sensu version as well as all of the plugins recently and started receiving error results when running the qualys check.

CheckSSLQualys WARNING: execution expired

At first I thought it was related to the other timeout issues that have been raised here and tried increasing the check timeout. However after a number of attempts and a little bit of debugging I think that it is actually a problem connecting to the API.

I think the issue could be related to the change that was made to remove the rest client and replace it with Net::HTTP.get_response. Is there some other way that I am meant to configure a proxy, or am I out of luck at the moment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant