Open hkelley opened 2 years ago
I reviewed #549 and I think I understand that bleichenbacher is only included in V3 API output. I'm a noob but I tried specifying the V3 API
ssllabs-scan.exe --api https://api.ssllabs.com/api/v3/
but that seems to return an incompatible data structure
[ERROR] JSON unmarshal error: json: cannot unmarshal array into Go struct field LabsEndpointDetails.Suites of type main.LabsSuites
Is there another way to get the bleichenbacher test result using the command line tool?
@hkelley I had a similar problem, the new v3 API is only working with version 1.5, for this version there is no binary to download. So you need to build it on your own.
I reviewed #549 and I think I understand that bleichenbacher is only included in V3 API output. I'm a noob but I tried specifying the V3 API
ssllabs-scan.exe --api https://api.ssllabs.com/api/v3/
but that seems to return an incompatible data structure
Is there another way to get the bleichenbacher test result using the command line tool?