[Nagiosplug-help] check_http v1.4.14 - Cannot make SSL connection

O'Brien, Kevin Kevin.OBrien at smss.sony.com
Fri Apr 2 23:20:39 CEST 2010


We're seeing similar issues.  1.4.14 check_http times out checking our Cisco SSL VPN but works fine in 1.4.13.  It also works with the new version if we use the -N flag or omit -H.  

[user at localhost ~]$ ./nagios-plugins-1.4.13/plugins/check_http -H vpn.foo.com -I 10.0.0.2 -w 2 -c 5 -S                          
HTTP OK - HTTP/1.0 302 Object Moved - 0.010 second response time |time=0.009734s;2.000000;5.000000;0.000000 size=289B;;;0
[user at localhost ~]$ ./nagios-plugins-1.4.14/plugins/check_http -H vpn.foo.com -I 10.0.0.2 -w 2 -c 5 -S 
CRITICAL - Socket timeout after 10 seconds
[user at localhost ~]$ ./nagios-plugins-1.4.14/plugins/check_http -H vpn.foo.com -I 10.0.0.2 -w 2 -c 5 -S -N
HTTP OK: HTTP/1.0 302 Object Moved - 321 bytes in 0.009 second response time |time=0.009251s;2.000000;5.000000;0.000000 size=321B;;;0
[user at localhost ~]$ ./nagios-plugins-1.4.14/plugins/check_http -I 10.0.0.2 -w 2 -c 5 -S
HTTP OK: HTTP/1.0 302 Object Moved - 289 bytes in 0.009 second response time |time=0.009328s;2.000000;5.000000;0.000000 size=289B;;;0

Going to do some more digging but I'm hoping someone out there has some clues.

-=Kevin=-







More information about the Help mailing list