Thanks for your answer. You're right, this is not IMAP-related, plus the test of HTTPS returns the following message :
Bad Request
Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please.
Hint: https://my_server
Of course, that's what I'm trying...
So it can be a problem at compile-time, like I said, the only difference is this RPM. But everything seems to be OK in the SPEC file. Here is the result of "ldd" :
On RHEL :
linux-gate.so.1 => (0x00cc1000)
libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0x0014b000)
liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0x00110000)
libssl.so.6 => /lib/libssl.so.6 (0x00185000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x003d6000)
libpcre.so.0 => /lib/libpcre.so.0 (0x00918000)
librt.so.1 => /lib/librt.so.1 (0x00c51000)
libc.so.6 => /lib/libc.so.6 (0x00a62000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00dc9000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x0011e000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x001cd000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00247000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00cab000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x001fb000)
libdl.so.2 => /lib/libdl.so.2 (0x00bbd000)
libz.so.1 => /usr/lib/libz.so.1 (0x00341000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00a22000)
/lib/ld-linux.so.2 (0x00a43000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00c77000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00cb5000)
libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00df1000)
libselinux.so.1 => /lib/libselinux.so.1 (0x00bc4000)
libsepol.so.1 => /lib/libsepol.so.1 (0x00bde000)
On Centos x64 :
linux-vdso.so.1 => (0x00007fff62199000)
libldap-2.3.so.0 => /usr/lib64/libldap-2.3.so.0 (0x00000031cc400000)
liblber-2.3.so.0 => /usr/lib64/liblber-2.3.so.0 (0x00000031cbc00000)
libpcre.so.0 => /lib64/libpcre.so.0 (0x00000031cf800000)
librt.so.1 => /lib64/librt.so.1 (0x00007f529dd66000)
libc.so.6 => /lib64/libc.so.6 (0x00000031c9c00000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00000031cd400000)
libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00000031ca400000)
libssl.so.6 => /lib64/libssl.so.6 (0x00000031cf000000)
libcrypto.so.6 => /lib64/libcrypto.so.6 (0x00000031cc800000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f529db49000)
/lib64/ld-linux-x86-64.so.2 (0x00000031c9800000)
libdl.so.2 => /lib64/libdl.so.2 (0x00000031ca000000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00000031cb800000)
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2
(0x00000031cd000000) libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00000031cdc00000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00000031cd800000) libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00000031ce800000) libz.so.1 => /lib64/libz.so.1 (0x00000031cb400000) libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00000031ce000000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00000031ce400000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00000031cac00000) libsepol.so.1 => /lib64/libsepol.so.1 (0x00000031ca800000)
Best regards, David
Le 05/04/2012 01:08, Jeremy Laidman a écrit :
On Thu, Apr 5, 2012 at 2:42 AM, David AGBO<dagbo at kernix.com> wrote:
I have installed Xymon 4.3.7 on Centos 5.8 x64. Before that, I have installed it on a RHEL 5.6, everything worked fine until I tried to check an imaps server. The Xymon on RHEL is OK, and it grab the ssl certificate, but on the Centos, it displays a yellow error, with the message "Service imaps on my_server is not OK : Unexpected service response", and of course don't Can you try testing an https server and see if that behaves the same? I suspect it's not IMAP-related and instead to do with linking against SSL libraries at compile-time. Perhaps run "ldd $XYMONHOME/server/xymonnet" and see if there are difference between the two servers.
Cheers Jeremy