-
Notifications
You must be signed in to change notification settings - Fork 285
check_http: Handle HTTPS & redirects when going through proxy #1862
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
base: master
Are you sure you want to change the base?
check_http: Handle HTTPS & redirects when going through proxy #1862
Conversation
|
What's the hold up with this? |
|
Hi @jhonny-oliveira, |
|
Thank you for letting me know! I'm getting a feeling that I might be a bit outdated here. |
|
If you are using |
|
I did not find a "Monitoring Plugins" in the RHEL/EPEL distro. I have reported this is issue in the right place now. |
This is a fix for issue #1764.
The support in
check_httpfor "CHECK SSL WEBSERVER CONTENT VIA PROXY USING HTTP 1.1 CONNECT" is incomplete, in that it doesn't handle redirects.This patch makes it more complete, at least to the point where the following now works:
X.X.X.X:1234--onredirect=followis used