- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 11:33 AM
Our Infrastructure department setup a MID server to connect to our ServiceNow instance in order to link to SCOM. I am planning to use the MID server for sending outbound SOAP requests from ServiceNow to web services inside our network.
I noticed that even though the MID server connects to the servicenow instance via port 443, the department did not setup the certificates for SSL communications as it is optional. Does this mean that the communications between ServiceNow instance and the MID server is un-encrypted?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 11:55 AM
The communication between the ServiceNow Instance and the MID Server is encrypted using SSL. The communication between your local hosts and the MID server may or may not be encrypted based on your configuration. For instance, LDAP traffic uses port 389 and is not secured. We changed it to LDAP-S using port 636 and had to install a Cert into the MID Server certificate store to secure traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 11:55 AM
The communication between the ServiceNow Instance and the MID Server is encrypted using SSL. The communication between your local hosts and the MID server may or may not be encrypted based on your configuration. For instance, LDAP traffic uses port 389 and is not secured. We changed it to LDAP-S using port 636 and had to install a Cert into the MID Server certificate store to secure traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 11:59 AM
For instructions on how to install the cert, check out here: http://wiki.servicenow.com/index.php?title=MID_Server_Configuration#Adding_SSL_Certificates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 05:27 PM
Thank you Todd for your reply. So the certificates are meant to secure communications between the local services and the MID server. It was confusing while going through the their documentation.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2018 11:00 AM
@tstocking-
Is there any other config needed other than the instructions outlined above? I've updated the cacerts file but logs show no sign of a cert being passed