Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/ish2Public

UNIX-like command line HTTP/2 support check tool via ALPN.

License

NotificationsYou must be signed in to change notification settings

00xc/ish2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usemake. To skip certificate verification, compile withmake noverify.

Usage

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

For example:

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

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

$ timeout 3 ./ish2 deaddomain.com

About

UNIX-like command line HTTP/2 support check tool via ALPN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp