Topic: Nginx + WolfSSL
Hi all,
I'd like to know, how to integrate the new WolfSSL into Nginx. I already compiled WolfSSL on Ubuntu 16.04 with the following parameters:
./configure --prefix=/usr --sysconfdir=/etc/wolfssl --enable-nginx
But when i try to compile nginx (1.12.0 and 1.13.1) after that, i get the following message:
"SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option."
To compile nginx with the "--with-openssl"-extension also doesnt work:
./configure --prefix=/usr --with-http_ssl_module --with-openssl=/path/to/extracted/wolfssl-3.11.0 ...
Maybe I used the wrong pathname?
What Ive to do to integrate WolfSSL?