Hello,
I am facing problem for installtion of nginx with SSL on windows.
Nginx is build using following command on cygwin.
./configure --prefix=../nginx-build --with-ld-opt="-L /usr/local/lib" --with-cc-opt="-I /usr/local/include" \
--with-pcre=../nginx-modules/pcre-8.31 --with-http_ssl_module \
--with-openssl=../nginx-modules/openssl-1.0.1c \
--add-module=../nginx-modules/nginx-push-stream-module-master \
--add-module=../nginx-modules/ngx_http_set_hash-master \
--add-module=../nginx-modules/ngx_devel_kit-master \
--add-module=../nginx-modules/set-misc-nginx-module-master \
--add-module=../nginx-modules/nginx-upload-module-2.2
Packge is created as
cp nginx-build/* pkg
On target machine (cygwin is not installed), following command is used to run nginx
nginx.exe -p ..
Here, I got error "Failed to open openssl.cnf file"
Is there any way to provide openssl installation path at the time of running nginx?
Please any help would be helpful.
Thanks.