Something went wrong with commad submitted to Nagios Core
Posted: Tue Feb 09, 2016 11:41 am
Host OS: CentOS6
Nagios XI version: 5.2.2
Hello,
When we try to use the scheduled downtime feature (downtime.php) we encounter the following error message:
Rather than use that work-around, I thought it would be better to just fix the certificate problem. It turns out that was a bad idea as I have no idea how to fix a certificate problem. These are the commands I tried:
I tried to import our CA certificate (ca.crt) into "/etc/pki/tls/certs/ca-bundle.crt" unsuccessfully. Curl validates the problem.
curl https://devnagios.mydomain.com/nagiosxi/
curl: (35) SSL connect error
curl https://devnagios.mydomain.com/nagiosxi/ -o /etc/pki/tls/certs/ca-bundle.crt
curl: (35) SSL connect error
Nagios XI version: 5.2.2
Hello,
When we try to use the scheduled downtime feature (downtime.php) we encounter the following error message:
A quick internet search turned up this thread: https://support.nagios.com/forum/viewto ... 16&t=35033Something went wrong with the commad submitted to Nagios Core
Rather than use that work-around, I thought it would be better to just fix the certificate problem. It turns out that was a bad idea as I have no idea how to fix a certificate problem. These are the commands I tried:
Code: Select all
yum install ca-certificates
update-ca-trust force-enable
cd /etc/pki/tls/certs/
cp ca.crt /etc/pki/ca-trust/source/anchors/
update-ca-trust extract
service nagios restart
service httpd restartcurl https://devnagios.mydomain.com/nagiosxi/
curl: (35) SSL connect error
curl https://devnagios.mydomain.com/nagiosxi/ -o /etc/pki/tls/certs/ca-bundle.crt
curl: (35) SSL connect error