Make mid server use Keystore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 07:33 AM
I am trying to make an outbound REST call from my instance and keep receiving handshake failures. I have added the appropriate certificates to the certificate table with no luck. Often times I receive a "Peer not authenticated" error. The interesting thing is that when I test this same call with a third party tool (SOAP UI) I am able to get the response that I am anticipating.
I have a feeling that ServiceNow is not using the keystore when making these calls through the mid server. How can I tell the mid server to use a certain keystore?
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 09:29 AM
Greetings Ben,
Did you add the certificate to the mid server itself? https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/product/mid-server/concept/mid-s...
-Andrew Barnes
Join me at Developer Blog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2019 03:55 AM
Andrew,
So here is another question. Which cacerts file should I upload them to? The one in the agent dir or the one located in c:\program files 86\java.....cacerts?
Also, when would I need to upload them to the instance vs directly to the mid server?
Thank you,
Ben