[Nagios-users] FW: SSL Enable web interface help

2012-11-21 Thread FTL Nagios
Ok I think I have sorted it, dunno if it's the right way to sort it but now
my nagios page serves me on https!!

 

This file : /etc/apache2/sites-available/ssl 

 

Has this line in:

 



 

Removed the :80 and voila it worked.

 

From: Andrew Thompson [mailto:and...@fulgent.co.uk] 
Sent: 21 November 2012 12:01
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] SSL Enable web interface help

 

Hi all,

 

I am publishing my Nagios web console to be accessible over the interweb,
now I need to make it secure.

 

I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to
test on rather than play with SSL on the live box.

 

I have followed this guide:

http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html

 

But I cant get it to work...

 

When I browse https://localhost/nagios firefox returns:

 

Secure Connection Failed

 

An Error occurred during a connection to localhost

 

SSL received a record that exceeded the maximum permissible length

 

Error code: ssl_error_rx_record_too_long)

 

For the cert setup I entered localhost for the Common Name. 

On the live box though I will enter the FQDN that I will hit over the
internet abc.def.com for example

 

Anybody give me any pointers on how to sort this out on the test box please?

 

Thankyou

 

 

 

 

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] SSL Enable web interface help

2012-11-21 Thread romy rajoelison
or tried : ps aux | grep nagios 

and copy it here



 De : Andrew Thompson 
À : romy rajoelison ; Nagios Users List 
 
Envoyé le : Mercredi 21 novembre 2012 15h34
Objet : RE: [Nagios-users] SSL Enable web interface help
 

 
Hello thanks for reply.
 
Nagios is deffo running.
I don’t have any firewall enabled on local machine
 
Thanks
 
From:romy rajoelison [mailto:cafriner...@yahoo.fr] 
Sent: 21 November 2012 12:23
To: Nagios Users List
Subject: Re: [Nagios-users] SSL Enable web interface help
 
Hi, 

Have you tried to type service nagios start?
chkconfig nagios on
make sure that firewall don't block nagios's port


 
De :Andrew Thompson 
À : "nagios-users@lists.sourceforge.net"  
Envoyé le : Mercredi 21 novembre 2012 15h01
Objet : [Nagios-users] SSL Enable web interface help
 
Hi all,
 
I am publishing my Nagios web console to be accessible over the interweb, now I 
need to make it secure.
 
I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to test 
on rather than play with SSL on the live box.
 
I have followed this guide:
http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html
 
But I cant get it to work………
 
When I browse https://localhost/nagios firefox returns:
 
Secure Connection Failed
 
An Error occurred during a connection to localhost
 
SSL received a record that exceeded the maximum permissible length
 
Error code: ssl_error_rx_record_too_long)
 
For the cert setup I entered localhost for the Common Name. 
On the live box though I will enter the FQDN that I will hit over the internet 
abc.def.com for example
 
Anybody give me any pointers on how to sort this out on the test box please?
 
Thankyou
 
 
 
 

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] SSL Enable web interface help

2012-11-21 Thread romy rajoelison
and this one:
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg 




 De : romy rajoelison 
À : Andrew Thompson ; Nagios Users List 
 
Envoyé le : Mercredi 21 novembre 2012 15h47
Objet : Re: [Nagios-users] SSL Enable web interface help
 

or tried : ps aux | grep nagios 

and copy it here



 De : Andrew Thompson 
À : romy rajoelison ; Nagios Users List 
 
Envoyé le : Mercredi 21 novembre 2012 15h34
Objet : RE: [Nagios-users] SSL Enable web interface help
 

 
Hello thanks for reply.
 
Nagios is deffo running.
I don’t have any firewall enabled on local machine
 
Thanks
 
From:romy rajoelison [mailto:cafriner...@yahoo.fr] 
Sent: 21 November 2012 12:23
To: Nagios Users List
Subject: Re: [Nagios-users] SSL Enable web interface help
 
Hi, 

Have you tried to type service nagios start?
chkconfig nagios on
make sure that firewall don't block nagios's port


 
De :Andrew Thompson 
À : "nagios-users@lists.sourceforge.net"  
Envoyé le : Mercredi 21 novembre 2012 15h01
Objet : [Nagios-users] SSL Enable web interface help
 
Hi all,
 
I am publishing my Nagios web console to be accessible over the interweb, now I 
need to make it secure.
 
I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to test 
on rather than play with SSL on the live box.
 
I have followed this guide:
http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html
 
But I cant get it to work………
 
When I browse https://localhost/nagios firefox returns:
 
Secure Connection Failed
 
An Error occurred during a connection to localhost
 
SSL received a record that exceeded the maximum permissible length
 
Error code: ssl_error_rx_record_too_long)
 
For the cert setup I entered localhost for the Common Name. 
On the live box though I will enter the FQDN that I will hit over the internet 
abc.def.com for example
 
Anybody give me any pointers on how to sort this out on the test box please?
 
Thankyou
 
 
 
 

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] SSL Enable web interface help

2012-11-21 Thread romy rajoelison
Instead of localhost, what happened if you type ip address? 
http://ipaddress/nagios



 De : Andrew Thompson 
À : romy rajoelison ; Nagios Users List 
 
Envoyé le : Mercredi 21 novembre 2012 15h34
Objet : RE: [Nagios-users] SSL Enable web interface help
 

 
Hello thanks for reply.
 
Nagios is deffo running.
I don’t have any firewall enabled on local machine
 
Thanks
 
From:romy rajoelison [mailto:cafriner...@yahoo.fr] 
Sent: 21 November 2012 12:23
To: Nagios Users List
Subject: Re: [Nagios-users] SSL Enable web interface help
 
Hi, 

Have you tried to type service nagios start?
chkconfig nagios on
make sure that firewall don't block nagios's port


 
De :Andrew Thompson 
À : "nagios-users@lists.sourceforge.net"  
Envoyé le : Mercredi 21 novembre 2012 15h01
Objet : [Nagios-users] SSL Enable web interface help
 
Hi all,
 
I am publishing my Nagios web console to be accessible over the interweb, now I 
need to make it secure.
 
I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to test 
on rather than play with SSL on the live box.
 
I have followed this guide:
http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html
 
But I cant get it to work………
 
When I browse https://localhost/nagios firefox returns:
 
Secure Connection Failed
 
An Error occurred during a connection to localhost
 
SSL received a record that exceeded the maximum permissible length
 
Error code: ssl_error_rx_record_too_long)
 
For the cert setup I entered localhost for the Common Name. 
On the live box though I will enter the FQDN that I will hit over the internet 
abc.def.com for example
 
Anybody give me any pointers on how to sort this out on the test box please?
 
Thankyou
 
 
 
 

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] SSL Enable web interface help

2012-11-21 Thread Andrew Thompson
Hello thanks for reply.

Nagios is deffo running.
I don’t have any firewall enabled on local machine

Thanks

From: romy rajoelison [mailto:cafriner...@yahoo.fr]
Sent: 21 November 2012 12:23
To: Nagios Users List
Subject: Re: [Nagios-users] SSL Enable web interface help

Hi,

Have you tried to type service nagios start?
chkconfig nagios on
make sure that firewall don't block nagios's port

De : Andrew Thompson mailto:and...@fulgent.co.uk>>
À : 
"nagios-users@lists.sourceforge.net" 
mailto:nagios-users@lists.sourceforge.net>>
Envoyé le : Mercredi 21 novembre 2012 15h01
Objet : [Nagios-users] SSL Enable web interface help


Hi all,



I am publishing my Nagios web console to be accessible over the interweb, now I 
need to make it secure.



I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to test 
on rather than play with SSL on the live box.



I have followed this guide:

http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html



But I cant get it to work………



When I browse https://localhost/nagios firefox returns:



Secure Connection Failed



An Error occurred during a connection to localhost



SSL received a record that exceeded the maximum permissible length



Error code: ssl_error_rx_record_too_long)



For the cert setup I entered localhost for the Common Name.

On the live box though I will enter the FQDN that I will hit over the internet 
abc.def.com for example



Anybody give me any pointers on how to sort this out on the test box please?



Thankyou









--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.
::: Messages without supporting info will risk being sent to /dev/null
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] SSL Enable web interface help

2012-11-21 Thread romy rajoelison
Hi, 

Have you tried to type service nagios start?
chkconfig nagios on
make sure that firewall don't block nagios's port



 De : Andrew Thompson 
À : "nagios-users@lists.sourceforge.net"  
Envoyé le : Mercredi 21 novembre 2012 15h01
Objet : [Nagios-users] SSL Enable web interface help
 

 
Hi all,
 
I am publishing my Nagios web console to be accessible over the interweb, now I 
need to make it secure.
 
I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to test 
on rather than play with SSL on the live box.
 
I have followed this guide:
http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html
 
But I cant get it to work………
 
When I browse https://localhost/nagios firefox returns:
 
Secure Connection Failed
 
An Error occurred during a connection to localhost
 
SSL received a record that exceeded the maximum permissible length
 
Error code: ssl_error_rx_record_too_long)
 
For the cert setup I entered localhost for the Common Name. 
On the live box though I will enter the FQDN that I will hit over the internet 
abc.def.com for example
 
Anybody give me any pointers on how to sort this out on the test box please?
 
Thankyou
 
 
 
 
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] SSL Enable web interface help

2012-11-21 Thread Andrew Thompson
Hi all,

I am publishing my Nagios web console to be accessible over the interweb, now I 
need to make it secure.

I have loaded a test VM with Nagios 3.4.1 on, on Ubuntu 12.04 desktop to test 
on rather than play with SSL on the live box.

I have followed this guide:
http://blog.stefandanielschwarz.de/2010/02/howto-securing-nagios.html

But I cant get it to work.

When I browse https://localhost/nagios firefox returns:

Secure Connection Failed

An Error occurred during a connection to localhost

SSL received a record that exceeded the maximum permissible length

Error code: ssl_error_rx_record_too_long)

For the cert setup I entered localhost for the Common Name.
On the live box though I will enter the FQDN that I will hit over the internet 
abc.def.com for example

Anybody give me any pointers on how to sort this out on the test box please?

Thankyou




--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null