Page 1 of 1

check insecure certificate or self signed certificate host

Posted: Sat Dec 08, 2018 4:20 pm
by navachaitanya
Hi All,
I have a internal webserver and I was monitoring the server on 80 port with check_http and now I have installed a self signed certificate for the webserver and now I want to monitor the webserver on port 443, because it has a self signed certificate I was not able to monitor the server with check_http and it is throwing the error, can any one help me on this.
I have tried with below command but there is no use

Code: Select all

./check_http -H 192.168.14.184 -p 443
HTTP WARNING: HTTP/1.1 400 Bad Request - 441 bytes in 0.002 second response time |time=0.002341s;;;0.000000 size=441B;;;0
Please some one help me on this

Re: check insecure certificate or self signed certificate ho

Posted: Mon Dec 10, 2018 4:15 pm
by cdienger
Use the "-S" option to force SSL:

./check_http -H 192.168.14.184 -p 443 -S