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

Add HTTP/3 support #958

Open iz8mbw opened 6 months ago

iz8mbw commented 6 months ago

Hello. Any chance to support the HTTP/3 detection for SSL Server Test?

Thanks.

naumanshah03 commented 5 months ago

Hi @iz8mbw

Will consider this feature. It will require some research Can you please share some article or server that I can use to research?

Your help will be appreciated

Regards, Nauman Shah

iz8mbw commented 5 months ago

Hello. https://www.google.com/ is an example of a Website that supports HTTP/3. There is also a website to check if a site supports HTTP/3: https://http3check.net/

Also curl can supports HTTP/3: https://curl.se/docs/http3.html

Give also a look here: https://en.wikipedia.org/wiki/HTTP/3 the SSL Libraries that supports HTTP/3 are listed.

QuicTLS library: https://github.com/quictls/openssl BoringSSL library: https://github.com/google/boringssl nghttp3 library: https://github.com/ngtcp2/nghttp3