Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to connect to a custom ServiceNow Rest Endpoint, our service now instance is not available without going through a WSI/proxy and using certificates to reach it.
So far the flow I have is
tSetKeyStore to store the certificate that the proxy will authenticate against our certificate
tSetProxy which goes to our custom WSI that is the gateway to the service now instance API
tRestClient which is the final endpoint.
The error we are seeing is:
Caused by: java.net.UnknownHostException: UnknownHostException
which is caused because the WSI is not working correctly. How could I go and test each functionality to make sure it is using/fetching the certificate correctly?
Hello,
Would you mind posting your job design screenshots here which will be helpful for us to understand your situation well?
Best regards
Sabrina