The Wayback Machine - https://web.archive.org/web/20201219221541/https://github.com/00xc/ish2
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

ish2

Fast, lightweight CLI tool to check if a host supports HTTP/2 via ALPN.

Dependencies

Tested with OpenSSL 1.1.1d.
On Debian-based:
sudo apt install libssl-dev

Compiling

Use make. To skip certificate verification, compile with make noverify.

Usage

./ish2 host [port].
By default, port 443 is used.

For example:

$ ./ish2 www.google.com
www.google.com h2
$ ./ish2 www.github.com 443
www.github.com http/1.1

NOTE: this tool hangs when the server does not support HTTPS. The quickest workaround is to use timeout(1):

$ timeout 3 ./ish2 deaddomain.com

About

Lightweight command line tool to check if a host supports HTTP/2 via ALPN.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.