https and sslcert column
list David Raymond
Hi, I try to monitor https://10.x.x.x/index.html, but I get an error that xymon can see it. On my old hobbit, it's work #1 and I see column sslcert as well with the certificate. What I need to install to get this done ? I running xymon 4.3RC1. thx David Raymond
list Henrik Størner
▸
In <user-1209843fee76@xymon.invalid> "Raymond, David" <user-b68bb8c94f8b@xymon.invalid> writes:
I try to monitor https://10.x.x.x/index.html, but I get an error that xymon can see it.
I suppose you mean "can NOT see it" ??
▸
On my old hobbit, it's work #1 and I see column sslcert as well with the certificate.
Did you build Xymon 4.3RC1 with SSL support enabled ? Check that the "xymonnet --version" command shows an SSL library, like this: $ /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.0-0.20110127.6631 SSL library : OpenSSL 0.9.8k 25 Mar 2009 LDAP library: OpenLDAP 20421 Regards, Henrik
list David Raymond
I see in this topic http://www.xymon.com/archive/2005/05/msg00248.html That I need to compile with ssl. I think I don't, but can I fix it ? root@ mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.0-0.20110123.rc1 David Raymond
▸
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid] Sent: Monday, February 07, 2011 16:10 To: xymon at xymon.com Subject: [xymon] https and sslcert column Hi, I try to monitor https://10.x.x.x/index.html, but I get an error that xymon can see it. On my old hobbit, it's work #1 and I see column sslcert as well with the certificate. What I need to install to get this done ? I running xymon 4.3RC1. thx David Raymond
list Henrik Størner
▸
In <user-09aab773ff5c@xymon.invalid> "Raymond, David" <user-b68bb8c94f8b@xymon.invalid> writes:
I see in this topic http://www.xymon.com/archive/2005/05/msg00248.html
That I need to compile with ssl. I think I don't, but can I fix it ?
You need to install the OpenSSL libraries and development files.
Most systems have these available in the package management system
(via rpm, dpkg, apt-get, aptitude, FreeBSD ports, Sun FreeWare, ....)
The re-run the Xymon "configure" script - you may have to use some
options (see "./configure --help") to point it at the OpenSSL
installation, if it is in a non-default location. Then "make"
and "make install".
root@ mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.0-0.20110123.rc1
Nope, no SSL support there. Regards, Henrik
list David Raymond
Ok fine. I know I have install it. Were can I find those libraries to point it in configuration file. David Raymond D: XXX.XXX.XXXX x7064 C: XXX.XXX.XXXX F: XXX.XXX.XXXX www.batiparbarrette.com
▸
----- Original Message -----
From: Henrik "Størner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Monday, February 07, 2011 05:35 PM
To: xymon at xymon.com <xymon at xymon.com>
Subject: Re: [xymon] https and sslcert column
In <user-09aab773ff5c@xymon.invalid> "Raymond, David" <user-b68bb8c94f8b@xymon.invalid> writes:
I see in this topic http://www.xymon.com/archive/2005/05/msg00248.html
That I need to compile with ssl. I think I don't, but can I fix it ?
You need to install the OpenSSL libraries and development files. Most systems have these available in the package management system (via rpm, dpkg, apt-get, aptitude, FreeBSD ports, Sun FreeWare, ....) The re-run the Xymon "configure" script - you may have to use some options (see "./configure --help") to point it at the OpenSSL installation, if it is in a non-default location. Then "make" and "make install".
root@ mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.0-0.20110123.rc1
Nope, no SSL support there. Regards, Henrik
list David Raymond
Hi Henrik, I just install manually openssl. When I did the ./configure --server, he found it. After all, this still root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet xymonnet version 4.3.0-0.20110123.rc1 root at mon01:~# openssl version OpenSSL 0.9.8o 01 Jun 2010 What I need to do more ? David Raymond
▸
-----Original Message-----
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid]
Sent: Monday, February 07, 2011 17:44
To: xymon at xymon.com
Subject: Re: [xymon] https and sslcert column
Ok fine. I know I have install it. Were can I find those libraries to point it in configuration file.
David Raymond
D: XXX.XXX.XXXX x7064 C: XXX.XXX.XXXX F: XXX.XXX.XXXX www.batiparbarrette.com
----- Original Message -----
From: Henrik "Størner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Monday, February 07, 2011 05:35 PM
To: xymon at xymon.com <xymon at xymon.com>
Subject: Re: [xymon] https and sslcert column
In <user-09aab773ff5c@xymon.invalid> "Raymond, David" <user-b68bb8c94f8b@xymon.invalid> writes:
I see in this topic http://www.xymon.com/archive/2005/05/msg00248.html
That I need to compile with ssl. I think I don't, but can I fix it ?
You need to install the OpenSSL libraries and development files. Most systems have these available in the package management system (via rpm, dpkg, apt-get, aptitude, FreeBSD ports, Sun FreeWare, ....) The re-run the Xymon "configure" script - you may have to use some options (see "./configure --help") to point it at the OpenSSL installation, if it is in a non-default location. Then "make" and "make install".
root@ mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.0-0.20110123.rc1
Nope, no SSL support there. Regards, Henrik
list David Raymond
Henrik, This is what I have in "Makefile" # OpenSSL settings SSLFLAGS = -DHAVE_OPENSSL=1 SSLINCDIR = -I/usr/local/ssl/include SSLLIBS = -L/usr/local/ssl/lib -lssl -lcrypto RPATHVAL += /usr/local/ssl/lib
▸
David Raymond
-----Original Message-----
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid]
Sent: Tuesday, February 08, 2011 8:34
To: xymon at xymon.com
Subject: RE: [xymon] https and sslcert column
Hi Henrik,
I just install manually openssl. When I did the ./configure --server, he found it.
After all, this still
root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet
xymonnet version 4.3.0-0.20110123.rc1
root at mon01:~# openssl version
OpenSSL 0.9.8o 01 Jun 2010
What I need to do more ?
David Raymond
-----Original Message-----
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid]
Sent: Monday, February 07, 2011 17:44
To: xymon at xymon.com
Subject: Re: [xymon] https and sslcert column
Ok fine. I know I have install it. Were can I find those libraries to point it in configuration file.
David Raymond
D: XXX.XXX.XXXX x7064 C: XXX.XXX.XXXX F: XXX.XXX.XXXX www.batiparbarrette.com
----- Original Message -----
From: Henrik "Størner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Monday, February 07, 2011 05:35 PM
To: xymon at xymon.com <xymon at xymon.com>
Subject: Re: [xymon] https and sslcert column
In <user-09aab773ff5c@xymon.invalid> "Raymond, David" <user-b68bb8c94f8b@xymon.invalid> writes:
I see in this topic http://www.xymon.com/archive/2005/05/msg00248.html
That I need to compile with ssl. I think I don't, but can I fix it ?
You need to install the OpenSSL libraries and development files. Most systems have these available in the package management system (via rpm, dpkg, apt-get, aptitude, FreeBSD ports, Sun FreeWare, ....) The re-run the Xymon "configure" script - you may have to use some options (see "./configure --help") to point it at the OpenSSL installation, if it is in a non-default location. Then "make" and "make install".
root@ mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.0-0.20110123.rc1
Nope, no SSL support there. Regards, Henrik
list Buchan Milne
▸
On Tuesday, 8 February 2011 15:34:23 Raymond, David wrote:
Hi Henrik, I just install manually openssl. When I did the ./configure --server, he found it.
What did you do in between these two steps?
▸
After all, this still root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet xymonnet version 4.3.0-0.20110123.rc1
If you didn't do anything in between (such as 'make && su -c "make install" '), then this is the expected result. Regards, Buchan
list David Raymond
When he found the openssl, the configuration ask me if I want to use it, I choose Yes. Then I follow steps until finish. After, I did make and make install. David Raymond
▸
-----Original Message-----
From: Buchan Milne [mailto:user-9b139aff4dec@xymon.invalid]
Sent: Tuesday, February 08, 2011 10:09
To: xymon at xymon.com
Cc: Raymond, David
Subject: Re: [xymon] https and sslcert column
On Tuesday, 8 February 2011 15:34:23 Raymond, David wrote:Hi Henrik, I just install manually openssl. When I did the ./configure --server, he found it.
What did you do in between these two steps?
After all, this still root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet xymonnet version 4.3.0-0.20110123.rc1
If you didn't do anything in between (such as 'make && su -c "make install" '), then this is the expected result. Regards, Buchan
list David Raymond
No one have any idea to fix this ? It is better to run ./configure then ./configure --server ?
▸
David Raymond
-----Original Message-----
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid]
Sent: Tuesday, February 08, 2011 10:41
To: xymon at xymon.com
Subject: RE: [xymon] https and sslcert column
When he found the openssl, the configuration ask me if I want to use it,
I choose Yes.
Then I follow steps until finish.
After, I did make and make install.
David Raymond
-----Original Message-----
From: Buchan Milne [mailto:user-9b139aff4dec@xymon.invalid]
Sent: Tuesday, February 08, 2011 10:09
To: xymon at xymon.com
Cc: Raymond, David
Subject: Re: [xymon] https and sslcert column
On Tuesday, 8 February 2011 15:34:23 Raymond, David wrote:Hi Henrik, I just install manually openssl. When I did the ./configure --server, he found it.
What did you do in between these two steps?
After all, this still root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet xymonnet version 4.3.0-0.20110123.rc1
If you didn't do anything in between (such as 'make && su -c "make install" '), then this is the expected result. Regards, Buchan
list Josh Luthman
One or the other... On Feb 9, 2011 5:03 PM, "Raymond, David" <user-b68bb8c94f8b@xymon.invalid>
▸
wrote:No one have any idea to fix this ? It is better to run ./configure then ./configure --server ? David Raymond -----Original Message----- From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid] Sent: Tuesday, February 08, 2011 10:41 To: xymon at xymon.com Subject: RE: [xymon] https and sslcert column When he found the openssl, the configuration ask me if I want to use it, I choose Yes. Then I follow steps until finish. After, I did make and make install. David Raymond -----Original Message----- From: Buchan Milne [mailto:user-9b139aff4dec@xymon.invalid] Sent: Tuesday, February 08, 2011 10:09 To: xymon at xymon.com Cc: Raymond, David Subject: Re: [xymon] https and sslcert column On Tuesday, 8 February 2011 15:34:23 Raymond, David wrote:Hi Henrik, I just install manually openssl. When I did the ./configure --server, he found it.What did you do in between these two steps?After all, this still root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet xymonnet version 4.3.0-0.20110123.rc1If you didn't do anything in between (such as 'make && su -c "make install" '), then this is the expected result. Regards, Buchan