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.