monit-general
[Top][All Lists]
Advanced

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

Re: Monit: Openssl engine error 156


From: Phil Townes
Subject: Re: Monit: Openssl engine error 156
Date: Thu, 14 Apr 2016 07:52:32 +0100

You if need an intermediate certificate, just append it to the end of the same file as the subject certificate and private key.

They should be in the order:
Private key
Subject certificate (= Public key)
Intermediate certificate (= CA certificate)

Phil

On 13 Apr 2016 12:15, "Gavin Donald" <address@hidden> wrote:
Hello,

I noticed today that my Monit HTTPD is not working. The web browser is giving a 'connection  reset error' and the log file is showing the following:

error    : monit: Openssl engine error: error:1407609C:SSL routines:func(118):reason(156)

I haven't been able to find much about this error and assume that a previous update to OpenSSL has caused this to become an issue when Monit was restarted.

I have the following in monitrc:

    set httpd port 2812
        ssl enable
        pemfile /etc/ssl/localcerts/my-cert.nopass.pem

The certificate needs an intermediary certificate to run and that certificate is in the same directory as my-cert.nopass.pem, I am not sure if that is part of the problem. I don't know how to tell Monit about the intermediary certificate if it is needed.

Does anyone know how I can fix this?

Thanks.

Gavin.

  

--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general

reply via email to

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