[Nagiosplug-devel] [ nagiosplug-Patches-1309349 ] check_http doesn't work with -C
SourceForge.net
noreply at sourceforge.net
Fri Sep 30 03:17:11 CEST 2005
Patches item #1309349, was opened at 2005-09-30 11:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1309349&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Bugfix
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: asharris (asharris)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_http doesn't work with -C
Initial Comment:
check_http help suggests:
check_http www.verisign.com -C 14
but this does not check the certificate as the -S
options is also required. However, to conform to the
help, the following patch can be applied:
313c313,315
< check_cert = TRUE;
---
> use_ssl = check_cert =
TRUE;
> if (specify_port == FALSE)
> server_port =
HTTPS_PORT;
This ensures that SSL is enabled for certificate checking.
Antony
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1309349&group_id=29880
More information about the Devel
mailing list