- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 08:04 AM
We need to make an outbound call to a SOAP Api that requires an Certificate. We were supplied the PFX cert and password, and set up mutual authentication on the Outbound call to use the certificate. We did successfully validate the certificate in ServiceNow.
The API is also only accessible on Internal network, so we set up the outbound call to use the Mid Server.
However, we the API receives the request, the Certificate is empty in the request.
Is there something additional we need to do to make a certificate-based outbound call work through the Mid Server?
Thanks.
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 08:51 AM
Hi Justin,
Found this. Could this be related to your issue? Do check the other links in question of the link
Outbound mutual authentication does not support calls through the mid server.
here : How to setup Outbound Mutual Authentication in ServiceNow?
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 08:51 AM
Hi Justin,
Found this. Could this be related to your issue? Do check the other links in question of the link
Outbound mutual authentication does not support calls through the mid server.
here : How to setup Outbound Mutual Authentication in ServiceNow?
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2022 06:11 AM
Thanks Yousaf. Yes, I found out after posting that Mutual Auth is not supported through Mid Server. We have gone a different route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 01:18 AM
Hi @Justin Lee2 ,
We have similar requirement where we need to connect to MuleSoft using mutual auth. MuleSoft is hosted on customer internal network. When trying to call MuleSoft APIs , we are getting error like java.net.UnknownHostException. Which I believe is because API host is in internal network. As we can not use Mid Server for mutual auth, we need to identify a way.
Could you please share what alternate route you implemented for your scenario.
Regards,
Ajeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 01:36 AM
@Community Alums If the MIDs are hosted on Windows servers, please refer to my previous answer to use PowerShell to fetch the cert from the Windows cert store on the MID server and present it while calling the API using PowerShell command