ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.
https://www.ssllabs.com/projects/ssllabs-apis/
Apache License 2.0
1.7k stars 241 forks source link

No support for IPv6 only hosts #934

Closed minfrin closed 1 year ago

minfrin commented 1 year ago

When an attempt is made to scan an IPv6 only website, the page reloads and the text "To test IP addresses, please try Qualys CertView" appears.

It seems its only possible to test IPv6 if there is an IPv4 address already.

TNTBOMBOM commented 1 year ago

what it is the website?

catharsis71 commented 1 year ago

Use their dev site at https://dev.ssllabs.com/ssltest/

they fixed it there last year but don't seem to care about pushing to production

lucasmz-dev commented 1 year ago

Literally came here because of this issue. Please just push this already;

Right now I have to use http://v4-frontend.netiter.com to get an IPv4 address associated with the domain to then use SSL Labs.

naumanshah03 commented 1 year ago

Hi

This issue has been fixed with the new release of v2.2.0 on production Please visit www.ssllabs.com and run scan for IPv6 only server - https://www.ssllabs.com/ssltest/analyze.html?d=ipv6.google.com&latest

Please reopen it if you see this issue again

Regards, Nauman Shah

minfrin commented 1 year ago

Works great, thank you!