monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue with TCP test for HTTPS


From: Lutz Mader
Subject: Re: Issue with TCP test for HTTPS
Date: Wed, 3 Jul 2019 21:01:43 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hello Guillaume,
the "unable to get local issuer certificate" error message applies to
the system sending the request (and no the server receiving the request).

Check the pem file used by monit, is the certificate used to connect to
the apache available.

Set the "SSL Option" use "verify" with "disable" to ignore the local
certificate check.
See https://www.mmonit.com/monit/documentation/monit.html

Or disable the check for your test only.

if failed port 443 protocol https with ssl options {verify: disable}
then alert

A suggestion only,
but not tested,
Lutz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]