Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 259 Bytes

Dead simple H2 example server for testing the protocol.

Usage:

java -Dbind.address=127.0.0.1 -Dbind.port=8444 -Dpassphrase=changeit
 \ -Dkeystore.type=JKS -Dkeystore.path=./localhost.jks -Dtruststore.path=./localhost.jks -jar target/undertow-h2.jar