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

Add HTTP/3 support

iz8mbw opened this issue · comments

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

Thanks.

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

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