DigiCert certificate Discovery issue

AbdulRahim Shai
Tera Expert

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

 

 

 

 

 

21 REPLIES 21

A 403 means forbiden. This indicates that either your API key is incorrect or the account does not have correct access.

API key is correct, I checked via postman same API key its working. Let me check for access .Thanks for that