
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2020 07:05 AM
Hi!
I'm creating a ServiceNow application having the purpose to get some data via api from another platform and push that data inside tables.
Created the rest api message like this:
got this ssl error:
even if I've added the machine certificate to the SystemDefinitiion -> Certificate
Any idea what I'm doing wrong?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2020 08:50 PM
Hi
You have to set below property false because the HTTPClient to not make the hostname verification against the ssl certificate provided.
"com.glide.communications.httpclient.verify_hostname" -> false
Thanks
Himanshu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2020 08:50 PM
Hi
You have to set below property false because the HTTPClient to not make the hostname verification against the ssl certificate provided.
"com.glide.communications.httpclient.verify_hostname" -> false
Thanks
Himanshu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 01:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 12:56 AM
After changing the certificate and got:
org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative names matching IP address xxxxxxx found
I set com.glide.communications.httpclient.verify_revoked_certificate to false and everything works fine.
Thank you all for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 11:44 AM
where can i set this property..can you please provide path of it.
thank you !
Supriya.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2020 10:14 PM
Hi,
Set the following System property to false and see whether this resolves the issue:
com.glide.communications.httpclient.verify_hostname
Thank you,
Palani
Palani