Marc-André Doll
2010-03-17 13:16:49 UTC
Hi list,
I'm trying to check some web applications through a proxy with
check_http (version 1.4.13).
I googled it and found that, with version 1.4.8, it might be possible to
try this
( http://www.mail-archive.com/nagios-***@lists.sourceforge.net/msg11186.html ) :
check_http -H my.proxy -p my_proxy_port -u http://my.website
Unfortunately, I have to access my application through HTTPS. So I tried
with
check_http -H my.proxy -p my_proxy_port -u https://my.website -vvv
Thank you,
Marc-André
I'm trying to check some web applications through a proxy with
check_http (version 1.4.13).
I googled it and found that, with version 1.4.8, it might be possible to
try this
( http://www.mail-archive.com/nagios-***@lists.sourceforge.net/msg11186.html ) :
check_http -H my.proxy -p my_proxy_port -u http://my.website
Unfortunately, I have to access my application through HTTPS. So I tried
with
check_http -H my.proxy -p my_proxy_port -u https://my.website -vvv
GET https://my.website HTTP/1.0
User-Agent: check_http/v2053 (nagios-plugins 1.4.13)
Connection: close
Host: my.proxy:my_proxy_port
http://my.proxy:my_proxy_porthttps://my.website
STATUS: HTTP/1.1 400 Bad Request
[....]
Does soemone know how I should deal with this ?User-Agent: check_http/v2053 (nagios-plugins 1.4.13)
Connection: close
Host: my.proxy:my_proxy_port
http://my.proxy:my_proxy_porthttps://my.website
STATUS: HTTP/1.1 400 Bad Request
[....]
Thank you,
Marc-André