Page 1 of 1
Could not connect to NRDP server
Posted: Tue Apr 11, 2017 5:06 pm
by taandrews
Getting Could not connect to NRDP server when trying to add my XI server. This use to work. I can't find a log for this error.
Re: Could not connect to NRDP server
Posted: Wed Apr 12, 2017 10:41 am
by mcapra
Can you share the output of this command executed from one of your NLS machines:
Code: Select all
curl -XGET 'http://<xi_host>/nrdp/?token=<nrdp_token>&cmd=submitcmd'
Replacing <xi_host> and <nrdp_token> appropriately, and using http/https where appropriate. It should produce a "NO COMMAND" message.
Re: Could not connect to NRDP server
Posted: Wed Apr 12, 2017 1:39 pm
by taandrews
curl: (35) NSS: client certificate not found (nickname not specified)
All of my certs are in place and permissions are set. This use to work but it just stopped working.
Re: Could not connect to NRDP server
Posted: Thu Apr 13, 2017 12:58 pm
by avandemore
What does the XI Apache access and error logs say about this event?
Re: Could not connect to NRDP server
Posted: Thu Apr 13, 2017 1:02 pm
by tgriep
It looks like there is an issue with the SSL settings on the XI server, can you go through this docu,ment and verify the settings are correct in the XI server?
https://assets.nagios.com/downloads/nag ... s%20XI.pdf
The logs to look at are in the /var/log/httpd folder on the XI server. Look at them and see if you can find the issue.
Re: Could not connect to NRDP server
Posted: Sun Apr 16, 2017 8:45 pm
by tacolover101
this more or less is going to depend on where you're seeing the error, whether it's the XI port 443 or a different one. but, the error appears to be generic -
http://stackoverflow.com/questions/1577 ... -specified
Re: Could not connect to NRDP server
Posted: Mon Apr 17, 2017 11:37 am
by cdienger
Thanks for the help, tacolover101. Taandrews, did this or tgrieps response help you with your problem?
Re: Could not connect to NRDP server
Posted: Wed Apr 19, 2017 3:32 pm
by taandrews
I fixed the problem. It was cert issue.
Thx All,
T