REST Message API Error - No issuer certificate found for XX-XXXX-api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2023 10:50 PM
Dear ServiceNow Experts,
We have a requirement to POST the Incidents created in ServiceNow to BMC Remedy Portal.
When trying to connect using POST Method through REST Message API I'm getting the following Error
End Point:
https://XX-XXXX-api/api/qs/oa2/v1
Error:
The request failed: Request not sent to uri= https://XX-XXXX-api/api/qs/oa2/v1 : org.apache.commons.httpclient.HttpException: No issuer certificate found for XX-XXXX-api
1) Verified End Point URL using Postman tool. Status 200 OK
2) Verified End Point URL browsing through MID Server, working fine.
3) System Properties looks good:
com.glide.communications.httpclient.verify_hostname = false
com.glide.communications.httpclient.verify_revoked_certificate = false
com.glide.communications.trustmanager_trust_all = true
Appreciate your suggestions to resolve this error.
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
use:
com.glide.communications.httpclient.verify_hostname = true
com.glide.communications.httpclient.verify_revoked_certificate = false
com.glide.communications.trustmanager_trust_all = false
