Skip to content
Uplusware edited this page Dec 8, 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

cd niuhttpd

wget https://www.openssl.org/source/openssl-1.1.0c.tar.gz

tar zxvf openssl-1.1.0c.tar.gz

cd openssl-1.1.0c

./config

make

make test

sudo make install

cd ..

release 0.3 beta ubuntu openssl_v_1_1=1

sudo vim /var/niuhttpd/niuhttpd.conf

set "HTTP2Enable = yes"

Clone this wiki locally