Xymon Mailing List Archive search

https and sslcert column

11 messages in this thread

list David Raymond · Mon, 7 Feb 2011 16:09:36 -0500 ·
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 · Mon, 7 Feb 2011 21:21:13 +0000 (UTC) ·
quoted from David Raymond
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" ??
quoted from David Raymond
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 · Mon, 7 Feb 2011 16:23:07 -0500 ·
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 
quoted from 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 · Mon, 7 Feb 2011 22:35:18 +0000 (UTC) ·
quoted from David Raymond
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 · Mon, 7 Feb 2011 17:44:17 -0500 ·
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
quoted from Henrik Størner

----- 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 · Tue, 8 Feb 2011 08:34:23 -0500 ·
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
quoted from 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 · Tue, 8 Feb 2011 09:34:47 -0500 ·
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
quoted from David Raymond

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 · Tue, 8 Feb 2011 17:08:44 +0200 ·
quoted from David Raymond
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?
quoted from David Raymond
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 · Tue, 8 Feb 2011 10:40:53 -0500 ·
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
quoted from Buchan Milne

-----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 · Wed, 9 Feb 2011 17:01:18 -0500 ·
No one have any idea to fix this ?
It is better to run ./configure then ./configure --server ?
quoted from David Raymond

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 · Wed, 9 Feb 2011 17:10:44 -0500 ·
One or the other...
On Feb 9, 2011 5:03 PM, "Raymond, David" <user-b68bb8c94f8b@xymon.invalid>
quoted from David Raymond
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.rc1
If you didn't do anything in between (such as 'make && su -c "make
install"
'), then this is the expected result.

Regards,
Buchan