monit-general
[Top][All Lists]
Advanced

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

Re: [monit] notification: Openssl engine error: error:1408F10B:SSL routi


From: David Touzeau
Subject: Re: [monit] notification: Openssl engine error: error:1408F10B:SSL routines:func(143):reason(267)
Date: Thu, 15 Apr 2010 15:18:23 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)





address@hidden wrote:
Openssl error 267 is 'wrong version' - it seems that the SSL library with which 
is monit linked doesn't support TLS or there is some incompatibility betwen it 
and the server side.

Please can you provide output of following commands?

    monit -V
    ldd monit

Regards,
M/Monit support


On Tue, Apr 13, 2010 at 01:40:35AM +0200, David Touzeau wrote:
Dear


When set monit to connect to my ISP smtp server with authentication

set mailserver auth.smtp.1and1.fr PORT 25
        USERNAME "address@hidden" PASSWORD "xxxxxx"
        using TLSV1

i receive this error :Openssl engine error: error:1408F10B:SSL routines:func(143):reason(267)

When delete using TLSV1 monit receive error 500 from the server.

How to resolve it ?




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


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


monit -V

This is monit version 5.1.1
Copyright (C) 2000-2010 by Tildeslash Ltd. All Rights Reserved.


address@hidden:/var/run# ldd /usr/sbin/monit
        linux-gate.so.1 =>  (0x00a17000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x0094c000)
        libpam.so.0 => /lib/libpam.so.0 (0x0062e000)
        libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0x006d7000)
        libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0x00d4c000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x00de0000)
        libssl.so.0.9.8 => /lib/i686/cmov/libssl.so.0.9.8 (0x00b04000)
        libcrypto.so.0.9.8 => /lib/i686/cmov/libcrypto.so.0.9.8 (0x007cf000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00121000)
        /lib/ld-linux.so.2 (0x00bf7000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00110000)
        libz.so.1 => /lib/libz.so.1 (0x00ea4000)





reply via email to

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