Yes, and this returns just version:
./xymonnet --version
xymonnet version 4.3.11
From: "Novosielski, Ryan" <user-6e4f7a3bb37f@xymon.invalid>
To: Andrey Chervonets <user-e7fb5c02322c@xymon.invalid>, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>, 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 | user-46c89e614701@xymon.invalid - 973/972.0922 (2x0922)
|| \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark
`'
From: Xymon [xymon-bounces at xymon.com] On Behalf Of Andrey Chervonets [user-e7fb5c02322c@xymon.invalid]
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.