Nagios XI http to https web.
-
shailu2014
- Posts: 102
- Joined: Thu Apr 24, 2014 3:17 am
Nagios XI http to https web.
Hi,
Please can some one help that how to configure the Nagios XI http to https web.
Thanks,
Sjain
Please can some one help that how to configure the Nagios XI http to https web.
Thanks,
Sjain
Re: Nagios XI http to https web.
Take a look through this document:
http://assets.nagios.com/downloads/nagi ... s%20XI.pdf
I usually suggest reading through it once before making any changes, as there are some pretty specific steps that must be taken.
http://assets.nagios.com/downloads/nagi ... s%20XI.pdf
I usually suggest reading through it once before making any changes, as there are some pretty specific steps that must be taken.
Former Nagios employee
-
shailu2014
- Posts: 102
- Joined: Thu Apr 24, 2014 3:17 am
Re: Nagios XI http to https web.
Hi,
Thanks for help, I have gone through with your document and done all configuration but when I am doing the last steps as per document
Next, in the web interface, navigate to Configure → Core Config Manager → Config Manager Admin → Config Manager Settings
change the "server protocol" from http to https and then click on the save button. It showing the error which mention below. (Screenshot attached).
Error : Unable to save to file: /var/www/html/nagiosql/config/settings.php
Thanks,
Sjain
Thanks for help, I have gone through with your document and done all configuration but when I am doing the last steps as per document
Next, in the web interface, navigate to Configure → Core Config Manager → Config Manager Admin → Config Manager Settings
change the "server protocol" from http to https and then click on the save button. It showing the error which mention below. (Screenshot attached).
Error : Unable to save to file: /var/www/html/nagiosql/config/settings.php
Thanks,
Sjain
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI http to https web.
What are the permissions on that file?
Mine are "-rw-r--r-- apache.apache" and I have not had any problems.
Code: Select all
ls -l /var/www/html/nagiosql/config/settings.phpFormer Nagios employee
-
shailu2014
- Posts: 102
- Joined: Thu Apr 24, 2014 3:17 am
Re: Nagios XI http to https web.
I have checked and found file permission which mentioned below.
-rw-r--r--. 1 root root 662 Sep 18 10:34 /var/www/html/nagiosql/config/settings.php
Pls suggest
Thanks,
Sjain
-rw-r--r--. 1 root root 662 Sep 18 10:34 /var/www/html/nagiosql/config/settings.php
Pls suggest
Thanks,
Sjain
Re: Nagios XI http to https web.
Change the file ownership from root.root to apache.apache as I showed you above:
Code: Select all
chown apache.apache /var/www/html/nagiosql/config/settings.phpFormer Nagios employee
-
shailu2014
- Posts: 102
- Joined: Thu Apr 24, 2014 3:17 am
Re: Nagios XI http to https web.
Hi,
Thanks for reply, it is working but when I open the URl https:// it is showing in red mark. (screen shot attached)
Please help.....
Thanks,
Sjain
Thanks for reply, it is working but when I open the URl https:// it is showing in red mark. (screen shot attached)
Please help.....
Thanks,
Sjain
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI http to https web.
That is just the browser telling you that the SSL certificate is self-signed, as opposed to being signed by a certificate authority.
Former Nagios employee
-
shailu2014
- Posts: 102
- Joined: Thu Apr 24, 2014 3:17 am
Re: Nagios XI http to https web.
Thanks for help.
every things working fine but when I am trying to restart the httpd services on that time I am getting warning error which mentioned below
[Wed Feb 04 12:02:59 2015] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
Kindly please let me why I am getting this error.
Thanks,
sjain2014.
every things working fine but when I am trying to restart the httpd services on that time I am getting warning error which mentioned below
[Wed Feb 04 12:02:59 2015] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
Kindly please let me why I am getting this error.
Thanks,
sjain2014.
Re: Nagios XI http to https web.
Your server most likely has a default *:443 virtual host config file. IF everything is working you are most likely fine. The vhost files are usually located at:
Code: Select all
ls -la /etc/httpd/conf.d Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.