So at first I compiled Xymon with no SSL. Then I re compiled it over the existing xymon (I made sure it is shutdown first) with the following in the Makefile . the configure.server added the below flags: (Ubuntu 10.04)
OpenSSL settings
SSLFLAGS = -DHAVE_OPENSSL=1 SSLINCDIR = -I/usr/bin SSLLIBS = -L/usr/include/openssl/ -lssl -lcrypto RPATHVAL += /usr/include/openssl/
How can I tell if it was successful?
When I added the following to the hosts.cfg file; <ip> hostname # ssh https://mydomain.com ssh-tunnel
I get the following in the xymon status page: = https://mydomain.com/ - Connected, but got empty response =
this is in the 'http' category. should there be an 'https' category added?
Is there a way I can surely tell that the Xymon compiled installation has full openssl support?
TIA!
I think you could check https://encrypted.google.com/
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Wed, Oct 5, 2011 at 10:49 AM, Tom S <tsztur at gmail.com> wrote:
So at first I compiled Xymon with no SSL. Then I re compiled it over the existing xymon (I made sure it is shutdown first) with the following in the Makefile . the configure.server added the below flags: (Ubuntu 10.04)
OpenSSL settings
SSLFLAGS = -DHAVE_OPENSSL=1 SSLINCDIR = -I/usr/bin SSLLIBS = -L/usr/include/openssl/ -lssl -lcrypto RPATHVAL += /usr/include/openssl/
How can I tell if it was successful?
When I added the following to the hosts.cfg file; <ip> hostname # ssh https://mydomain.com ssh-tunnel
I get the following in the xymon status page: = https://mydomain.com/ - Connected, but got empty response =
this is in the 'http' category. should there be an 'https' category added?
Is there a way I can surely tell that the Xymon compiled installation has full openssl support?
TIA!
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Run ~xymon/bin/xymonnet -version
You should get the SSL library tag
$ ./xymonnet --version xymonnet version 4.3.4 SSL library : OpenSSL 0.9.8e-rhel5 01 Jul 2008
Paul Root - Engineer III - Qwest is now CenturyLink
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Tom S Sent: Wednesday, October 05, 2011 9:50 AM To: xymon at xymon.com Subject: [Xymon] How to tell if Xymon OpenSSL is enabled?
So at first I compiled Xymon with no SSL. Then I re compiled it over the existing xymon (I made sure it is shutdown first) with the following in the Makefile . the configure.server added the below flags: (Ubuntu 10.04)
OpenSSL settings
SSLFLAGS = -DHAVE_OPENSSL=1 SSLINCDIR = -I/usr/bin SSLLIBS = -L/usr/include/openssl/ -lssl -lcrypto RPATHVAL += /usr/include/openssl/
How can I tell if it was successful?
When I added the following to the hosts.cfg file; <ip> hostname # ssh https://mydomain.com ssh-tunnel
I get the following in the xymon status page: = https://mydomain.com/ - Connected, but got empty response =
this is in the 'http' category. should there be an 'https' category added?
Is there a way I can surely tell that the Xymon compiled installation has full openssl support?
TIA!
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
Oh, and it stays in the http test column, there is not a https test column.
Paul Root - Engineer III - Qwest is now CenturyLink
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Tom S Sent: Wednesday, October 05, 2011 9:50 AM To: xymon at xymon.com Subject: [Xymon] How to tell if Xymon OpenSSL is enabled?
So at first I compiled Xymon with no SSL. Then I re compiled it over the existing xymon (I made sure it is shutdown first) with the following in the Makefile . the configure.server added the below flags: (Ubuntu 10.04)
OpenSSL settings
SSLFLAGS = -DHAVE_OPENSSL=1 SSLINCDIR = -I/usr/bin SSLLIBS = -L/usr/include/openssl/ -lssl -lcrypto RPATHVAL += /usr/include/openssl/
How can I tell if it was successful?
When I added the following to the hosts.cfg file; <ip> hostname # ssh https://mydomain.com ssh-tunnel
I get the following in the xymon status page: = https://mydomain.com/ - Connected, but got empty response =
this is in the 'http' category. should there be an 'https' category added?
Is there a way I can surely tell that the Xymon compiled installation has full openssl support?
TIA!
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
participants (3)
-
josh@imaginenetworksllc.com
-
Paul.Root@CenturyLink.com
-
tsztur@gmail.com