DigiCert certificate Discovery issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2023 03:44 AM
Hello Community,
I have set up DigiCert discovery to scan for certificates but it's giving below error.
"status" : "GRACEFUL_TERMINATION",
"message" : "Certificate List is Empty - Please check Credentials and Configurations (ca_api_url, ca_api_version, include_cert_status) Failed Condition(s): [(${certificate} : value=) IS NOT EMPTY ]",
"log" :
When I tried to debug it looks like I am not able to make a query to "/services/v2/order/certificate" As a result it's returning empty results and failing
Does anyone experience a similar issue? is this happening because of a restriction to the API key? Currently, its view only ie only get request is allowed. requesting some help.
Thanks,
AbdulRahim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 06:10 AM
A 403 means forbiden. This indicates that either your API key is incorrect or the account does not have correct access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 03:59 PM
API key is correct, I checked via postman same API key its working. Let me check for access .Thanks for that