XyMon 4.3.12 - what about HTTPS problems reported for 4.3.11 ?
Yes, and this returns just version:
./xymonnet --version xymonnet version 4.3.11
From: "Novosielski, Ryan" <novosirj at ca.rutgers.edu> To: Andrey Chervonets <A.Chervonets at cominder.eu>, Jeremy Laidman <jlaidman at rebel-it.com.au>, Cc: "xymon at xymon.com" <xymon at xymon.com> Date: 25.10.2013 12:03 Subject: RE: [Xymon] XyMon 4.3.12 - what about HTTPS problems reported for 4.3.11 ?
You should see info about SSL by running xymonnet --version (for example):
[server/opt/xymon-4.3.12/server/bin] ./xymonnet --version xymonnet version 4.3.12 SSL library : OpenSSL 0.9.7d 17 Mar 2004 (+ security fixes for: CVE-2005-2969 CVE-2006-2937 CVE-2006-2940 CVE-2006-3738 CVE-2006-4339 CVE-2006-4343 CVE-2006-7250 CVE-2007-5135 CVE-2007-3108 CVE-2008-5077 CVE-2008-7270 CVE-2009-0590 CVE-2009-2409 CVE-2009-3555 CVE-2010-4180 CVE-2011-4576 CVE-2011-4619 CVE-2012-0884 CVE-2012-1165 CVE-2012-2110 CVE-2012-2131 CVE-2012-2333 CVE-2013-0166 CVE-2013-0169) LDAP library: OpenLDAP 20428
-- ____ *Note: UMDNJ is now Rutgers-Biomedical and Health Sciences* || \\UTGERS |---------------------*O*--------------------- ||_// Biomedical | Ryan Novosielski - Sr. Systems Programmer || \\ and Health | novosirj at rutgers.edu - 973/972.0922 (2x0922) || \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark `'
From: Xymon [xymon-bounces at xymon.com] On Behalf Of Andrey Chervonets [A.Chervonets at cominder.eu] Sent: Friday, October 25, 2013 4:52 AM To: Jeremy Laidman Cc: xymon at xymon.com Subject: Re: [Xymon] XyMon 4.3.12 - what about HTTPS problems reported for 4.3.11 ?
It looks like xymonnet does not use ssl
ldd which wget | egrep "ssl|crypto" ; echo $?
libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007f5a5b183000)
libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007f5a5ade9000)
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f5a59ad7000)
0
ldd product/xymon/server/bin/xymonnet | egrep "ssl|crypto" ; echo $? 1
ldd product/xymon/server/bin/xymonnet linux-vdso.so.1 => (0x00007fff67ffe000) librt.so.1 => /lib64/librt.so.1 (0x00007f7a15b07000) libpcre.so.0 => /lib64/libpcre.so.0 (0x00007f7a158db000) libc.so.6 => /lib64/libc.so.6 (0x00007f7a15547000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7a1532a000) /lib64/ld-linux-x86-64.so.2 (0x00007f7a15d18000)
ldd which openssl | egrep "ssl|crypto"
libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007f8fa7ce4000)
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f8fa7389000)
libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007f8fa6fee000)
As I had wrote some time ago - I am sure I had repied Yes to use SSL during xymon installation. And I had reinstalled again on other machine to double check, but with the same result.
On 25-10-2013 11:13, Andrey Chervonets wrote:
Yes, and this returns just version:
./xymonnet --version xymonnet version 4.3.11
In that case, Xymon was compiled without SSL support.
Check that you have the development packages (OpenSSL header files) installed on the server where you are compiling Xymon.
Regards, Henrik
participants (2)
-
A.Chervonets@cominder.eu
-
henrik@hswn.dk