- 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-14-2023 06:33 AM - edited 03-14-2023 06:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 02:23 AM
@Prabu Velayutha Thank you so much for your reply on this. We are not using the MID server in our setup. We are directly hitting the endpoint from the ServiceNow via REST outbound message. Please let me know if you have any information on this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 04:42 AM
Hi Mahesh, Could you please answer the below questions
Can you access the API end point through postman?
Are you sure this End Point accessible over internet or it is an intranet API.
What is the authentication type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 05:05 AM
We have API key as a authentication type.