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

http2 depends on TLSv1.2, and need to install openssl 1.1.0(https://www.openssl.org/)

download the openssl source code and unpack it

./config

make

make install

make test

sudo make install

enter niuhttpd source code directory

make TLSV1_2=1

Clone this wiki locally