[email protected] 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 "x...@xxxxxx" 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.


r...@dtouzeau-desktop:/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)



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

Reply via email to