- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 02:44 AM
Hello Team,
I am calling the endpoint via REST outbound message from ServiceNow however I am getting below error.
We have added and validated the required certificate in certificates table.
Request not sent to uri=" org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative names matc"
we don't have the MID server over here. We directly call the endpoint from ServiceNow. Please guide us on this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 09:56 PM
Try setting the system property "com.glide.communications.httpclient.verify_hostname" to false.
"com.glide.communications.httpclient.verify_revoked_certificate" to false
If you do not find the property create it and set value and test

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 02:09 AM
@Mahesh111 I will check and respond back.