HTTP Post Method Error - No issuer certificate found for XXX-XXX-api
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 09:54 PM
Dear ServiceNow Team,
We have a requirement to POST the Incidents created in ServiceNow to BMC Portal.
1) My Username is granted with Write access to BMC Portal.
2) ServiceNow properties:
Use MID server = True
Application = BMC Remedy Spoke
Accessible from = This application scope only
End Point: https://XX-XXXX-api/api/qs/oa2/v1
Authentication Type = Basic
Basic auth profile = BMC Test
Use mutual authentication = Unchecked
Method = HTTP POST
3) Verified whether the End Point is getting response from MID Server, Getting the response.
4) Server team re-installed Root certificate as well and restarted the MID server.
5) When I run Test using REST Message, I am getting the below error.
Error:
The request failed: Request not sent to uri= https://XXX-XXX-api/api/qs/oa2/v1 : org.apache.commons.httpclient.HttpException: No issuer certificate found for XXX-XXX-api
Please provide your guidance to resolve this issue.
Thank you,
Ravi
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 10:30 PM
Hi @Ravi Kand
I think you scenario is explained in https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0760274
Maik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 11:04 PM
Thank you Maik.
I verified System Properties and looks good as described in the KB.