[Nagiosplug-devel] [nagios-plugins] Expanded SSL Version Selection; Example Use in check_http [sf#3612263] (#1137)

j-bern notifications at github.com
Fri Oct 4 16:50:16 CEST 2013


FYI: Tried with 1.5 today, SSLv2 connections to the app in question are still denied:

# plugins/check_http -V
check_http v1.5 (nagios-plugins 1.5)
# plugins/check_http $CUSTOMERAPP --ssl=1
HTTP WARNING: HTTP/1.1 400 Bad Request - 130 bytes in 0.026 second response time |time=0.025818s;;;0.000000 size=130B;;;0
# plugins/check_http $CUSTOMERAPP --ssl=2
CRITICAL - Cannot make SSL connection.
# plugins/check_http $CUSTOMERAPP --ssl=3
HTTP WARNING: HTTP/1.1 400 Bad Request - 130 bytes in 0.070 second response time |time=0.069680s;;;0.000000 size=130B;;;0

*But* since IE8 apparently has the same problem, the app developers made sure that requests *without* SSL/TLS version restriction now succeed:

# /usr/lib64/nagios/plugins/check_http -V
check_http v1.4.16 (nagios-plugins 1.4.16)
# /usr/lib64/nagios/plugins/check_http $CUSTOMERAPP --ssl
HTTP WARNING: HTTP/1.1 400 Bad Request - 130 bytes in 0.039 second response time |time=0.039499s;;;0.000000 size=130B;;;0

- so the issue can stay closed.

---
Reply to this email directly or view it on GitHub:
https://github.com/nagios-plugins/nagios-plugins/issues/1137#issuecomment-25704368
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20131004/efa20e87/attachment.html>


More information about the Devel mailing list