Search found 3 matches

by Rac007
Fri Apr 17, 2020 9:04 am
Forum: Open Source Nagios Projects
Topic: check_http --ssl still checking HTTP
Replies: 4
Views: 2599

Re: check_http --ssl still checking HTTP

Hi ssax

I tried your proposition but I still have the check HTPP :(

Code: Select all

SSL OK - Certificate '***********.com' will expire on 2022-04-02 08:38 +0200/CEST. HTTP WARNING: HTTP/1.1 400 Bad Request - 376 bytes in 0.079 second response time 
However, thank you for your help.
by Rac007
Wed Apr 15, 2020 9:11 am
Forum: Open Source Nagios Projects
Topic: check_http --ssl still checking HTTP
Replies: 4
Views: 2599

Re: check_http --ssl still checking HTTP

Hi jbrunkow, First thank you for your replay To answer your questions : Are you entering an http address for the -H argument? ===>no, for the -H argument I entered for example google.com What happens if you just use one option ( either -H or -u ) to specify the address? ==> I used the option -H only...
by Rac007
Tue Apr 14, 2020 12:58 pm
Forum: Open Source Nagios Projects
Topic: check_http --ssl still checking HTTP
Replies: 4
Views: 2599

check_http --ssl still checking HTTP

Hello everybody, I'm working to check certificate expiration, I use for that the script check_http. It's work well, but I noticed that in the same time is checking also HTTP Exemple: ./check_http -I 127.0.0.1 -p 8080 --ssl --sni -S -j CONNECT -H ********** -u https://www.*******.com -C 30,15 Result ...