Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 451 Bytes

piping-server-check

Install

brew install nwtgck/piping-server-check/piping-server-check

Usage

./piping-server-check --http1.1 --http1.1-tls --h2 --tls-skip-verify --server-command='/tmp/piping-server --http-port=$HTTP_PORT --enable-https --https-port=$HTTPS_PORT --crt-path=/tmp/ssl_certs/server.crt --key-path=/tmp/ssl_certs/server.key'

Note

This project may be aggressively updated especially options. Please fix your version to use this.

Note

Set timeout for this command in CI. Some checks may not stop forever in current status.