Skip to content
Uplusware edited this page Oct 25, 2016 · 25 revisions

http2 depends on TLSv1.2, and need to install openssl 1.1. Please refer https://www.openssl.org

Download the openssl source code and unpack it

tar zxvf openssl-1.1.0b.tar.gz

cd openssl-1.1.0b

./config

make

make install

make test

sudo make install

sudo vim /var/niuhttpd/niuhttpd.conf

set "HTTP2Enable = yes"

Clone this wiki locally