Question
8
Replies
1153
Views
Posted: October 6, 2016
Last activity: May 11, 2017
Closed
Solved
Connect REST HTTPS Error
Hi,
I am currently experiencing issues when trying to create an HTTP REST rule in Pega. Everytime I try to access an HTTPS URL, the connection fails with this error:
** ** Caught unhandled exception: java.net.UnknownHostException: pdn.pega.com: unknown error |
I am able to connect to a normal HTTP URL e.g. http://pdn.pega.com but no HTTPS connections are possible.
Are there any certificates that I need to install or any other changes to Pega I need to make?
Thanks,
Jack
***Updated by moderator: Lochan to add Category***
The error "java.net.UnknownHostException: " suggests that the PRPC host is unable to resolve the hostname "pdn.pega.com" - rather than it being an issue with specific protocols (but I could be wrong - I am unable to explain why your CONNECT-HTTP rule is able to reach 'http://pdn.pega.com' ?)
From the PRPC Server's host Operating System : can you run:
And confirm that you get a DNS Record Response (as opposed to a '** server can't find xxx' type message).