SSL certificate monitoring
Posted: Tue Jul 14, 2020 9:25 am
Hi Team,
OS version : Centos 8
Nagios XI version: 5.7.1
We want to monitor SSL certificate for our routers. Below is the information:
this is our config
ip http access-class 10
ip http secure-server
ip http secure-trustpoint cginfra-CA
We have to monitor the certificate name on router cginfra-CA
certificate name "cginfra-CA"
Router IP: 10.1.210.248
[root@HO1-NAGIOSXI libexec]# ./check_http --version
check_http v2.3.3 (nagios-plugins 2.3.3)
It is working fine when we try to monitor our Nagios certificate.
[root@HO1-NAGIOSXI libexec]# /usr/local/nagios/libexec/check_http -I 10.1.0.220 -p 443 -C 10
SSL OK - Certificate '10.1.0.220' will expire in 3619 days on 2030-06-12 13:50 +0400/+04.
[root@HO1-NAGIOSXI libexec]#
When we are trying to monitor SSL certificate for router, we are getting below error:
[root@HO1-NAGIOSXI libexec]# /usr/local/nagios/libexec/check_http -I 10.1.210.248 -p 443 -C 10
CRITICAL - Cannot make SSL connection.
140630604601152:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c
SSL alert number 40
[root@HO1-NAGIOSXI libexec]#
I tried to google about this error and found few Nagios Topics as well, but I could not see any of them resolved.
Please help us on the same.
OS version : Centos 8
Nagios XI version: 5.7.1
We want to monitor SSL certificate for our routers. Below is the information:
this is our config
ip http access-class 10
ip http secure-server
ip http secure-trustpoint cginfra-CA
We have to monitor the certificate name on router cginfra-CA
certificate name "cginfra-CA"
Router IP: 10.1.210.248
[root@HO1-NAGIOSXI libexec]# ./check_http --version
check_http v2.3.3 (nagios-plugins 2.3.3)
It is working fine when we try to monitor our Nagios certificate.
[root@HO1-NAGIOSXI libexec]# /usr/local/nagios/libexec/check_http -I 10.1.0.220 -p 443 -C 10
SSL OK - Certificate '10.1.0.220' will expire in 3619 days on 2030-06-12 13:50 +0400/+04.
[root@HO1-NAGIOSXI libexec]#
When we are trying to monitor SSL certificate for router, we are getting below error:
[root@HO1-NAGIOSXI libexec]# /usr/local/nagios/libexec/check_http -I 10.1.210.248 -p 443 -C 10
CRITICAL - Cannot make SSL connection.
140630604601152:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c
[root@HO1-NAGIOSXI libexec]#
I tried to google about this error and found few Nagios Topics as well, but I could not see any of them resolved.
Please help us on the same.