- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 09:32 AM
Hi experts,
When trying to connect with a specific Rest API I'm getting the following return:
Request not sent to uri= https://gxxx-xx.xxx.com.br/xxxx/axxxi/xxxxxx: org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted
The API is working and I only get this error when I try to connect from Servicenow.
NOTE: I AM NOT USING MID SERVER FOR THIS
Would anyone know the solution to this?
Regards,
Isaac
MVP 2025 ✨
Solved! Go to Solution.
- Labels:
-
IntegrationHub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 10:24 AM
Hello,
Please set the property com.glide.communications.httpclient.verify_hostname to false.
You may also lie to look at the below article:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0851908
Please rmark answer correct/helpful based on impact.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 09:38 AM
Hi,
Are you able to reach that endpoint from SOAP UI tool or Postman tool?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 09:40 AM
Yes.
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 09:54 AM
Hi,
is your ServiceNow instance behind firewall or can be publicly accessed?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 10:01 AM
The instance can be easily accessed with a local account
MVP 2025 ✨