- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 12:38 AM
Hi
I'm using POST method and I need to get 200 response and a json data. But I facing the following issue
It is working fine in other instance when the same headers with no authentication are given.
Thanks in advance
Regards
Dundi Vinayak
chirag.bagdaictomasijoshnerius
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 09:07 AM
Hi Dundi,
You can set the following property to false, this will cause the HTTPClient to not make the hostname verification against the ssl certificate provided.
"com.glide.communications.httpclient.verify_hostname" >> false
Hope it will solve your issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2017 10:15 PM
Hi Sami
Thanks it worked!!, besides can you give me brief on why that error has occurred?
Thanks in advance
Dundi Vinayak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 06:55 PM
Thank you! Thank you! Thank you! Thank you! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2020 08:56 PM
How can I set this property
"com.glide.communications.httpclient.verify_hostname" >> false
I am new to SN. Where are the properties
THank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2020 05:15 AM
You may find this page helpful: Create a system properties module | ServiceNow Docs
Don't ask my why we don't have this module by default. 🙂
Here's another way to do it if you don't want to create a module:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2021 03:25 AM
Hello
Could you please let me know where I can find this property of HTTP client?
THank you in advance!