ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.

Home Page:https://www.ssllabs.com/projects/ssllabs-apis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest API response to getEndpointData incomplete

ionutstanescu opened this issue · comments

When testing the API calls I was not able to find the certificates list in the object returned by the request. In version 2, this list was availabe though incomplete (it returned just the first certificate, even for some endpoints multiple certificates were shown in the ssl labs webpage).
Please advice

Hi @ionutstanescu

Though this is not an expected behavior. I will look into and see if there is any issue
Please share the following details for us to verify the issue:

  • domain name being scanned
  • complete URL of the API being consumed
  • which tool are you using for the API?

Regards,
Nauman Shah

Hi @ionutstanescu

Though this is not an expected behavior. I will look into and see if there is any issue Please share the following details for us to verify the issue:

  • domain name being scanned
  • complete URL of the API being consumed
  • which tool are you using for the API?

Regards, Nauman Shah

Please find the exact url:
API v3 : https://api.ssllabs.com/api/v3/getEndpointData?host=google.com&s=142.250.72.238&ignoreMismatch=on
API v2 : https://api.ssllabs.com/api/v2/getEndpointData?host=google.com&s=142.250.72.238&ignoreMismatch=on

Thanks @ionutstanescu

I shall look into this issue. It indeed seems like an issue. Will keep you updated on the progress.

Regards,
Nauman Shah

Thanks @ionutstanescu

I shall look into this issue. It indeed seems like an issue. Will keep you updated on the progress.

Regards, Nauman Shah

Hi @naumanshah03 !

Any update in this topic. Did you have the time to look into this issues ?

Thanks