We have just spun up 3 new web server that are using SSL 2.0 for security. All of the other servers we have are using SSL 1.1.
When I create a service to check is the log-in page responds I get an error message. What message I get depends on what version of SSL I tell Nagios to use. I am using the Check_XI_Service_http Check Command and here are the results I get.
Code: Select all
COMMAND: /usr/local/nagios/libexec/check_http -H hpcaweb03 -u "<URL>" -S
OUTPUT: CRITICAL - Cannot make SSL connection.
Code: Select all
COMMAND: /usr/local/nagios/libexec/check_http -H hpcaweb03 -u "<URL>" -S 2
OUTPUT: connect to address 2 and port 443: Invalid argument
HTTP CRITICAL - Unable to open TCP socket
Any ideas about what I'm doing wrong?
Thanks!