Page 1 of 1

NRDP to XI with SSL

Posted: Mon Oct 02, 2017 5:15 pm
by vAJ
Trying to add an XI server as an NRDP destination for NLS alerts.

the inbound transfers screen on XI shows the URL to use as : "http://<host_ip>/nrdp"

However, this instance is setup for SSL with a valid cert. Browser opens the link just fine. However, when I curl the address from the NLS server, I get the "curl: (60) Peer's Certificate issuer is not recognized."

I've tried a few different ways to get openssl to store the XI server's cert locally and update the trust. It's not working.

Any thoughts on this?

Re: NRDP to XI with SSL

Posted: Tue Oct 03, 2017 9:03 am
by scottwilkerson
I've seen this in the past the the following described the cause

https://community.apigee.com/questions/ ... nized.html

Basically, combined the certs in the wrong order, but my browser sorted it out for me, but curl was not so forgiving