Discussion:
[Nagios-users] check_http and self signed certs
Masoud Tabrizi
2012-08-15 14:15:23 UTC
Permalink
All,
We are using version 4.1.13 for the check_http for checking our URLs.
it seems like the check_http is not able to get through the self signed
certs we have installed;
Are there any options or suggestions to get around this?
thanks in advance
Masoud Tabrizi
Claudio Kuenzler
2012-08-15 14:29:19 UTC
Permalink
This should work, also with self-signed certs. Doing this in my Nagios
config as well.
Whats the check_http command you're launching?
What's the error message?
Post by Masoud Tabrizi
All,
We are using version 4.1.13 for the check_http for checking our URLs.
it seems like the check_http is not able to get through the self signed
certs we have installed;
Are there any options or suggestions to get around this?
thanks in advance
Masoud Tabrizi
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
m***@gmail.com
2012-08-15 15:03:21 UTC
Permalink
Using -H url -I IP -s string -f follow and -p where applicable
Timeout seems to be the issue yet the URLs are loading fine in less than a second, (-t is set to 45 seconds as well)
Thanks
-----Original Message-----
From: Claudio Kuenzler <***@claudiokuenzler.com>
Date: Wed, 15 Aug 2012 16:29:19
To: Nagios Users List<nagios-***@lists.sourceforge.net>
Reply-To: Nagios Users List <nagios-***@lists.sourceforge.net>
Subject: Re: [Nagios-users] check_http and self signed certs
Claudio Kuenzler
2012-08-15 15:11:44 UTC
Permalink
Post by m***@gmail.com
Using -H url -I IP -s string -f follow and -p where applicable
Timeout seems to be the issue yet the URLs are loading fine in less than a
second, (-t is set to 45 seconds as well)
Thanks
Generally you can use -S and -p 443 for SSL-sites. It doesn't matter if the
certificate is verified or self-signed.

./check_http -H www.example.com -p 443 -S

Continue reading on narkive:
Loading...