Closed fmunteanu closed 7 years ago
Using OpenSSL 1.0.2k from CentOS 7.4 with Nginx 1.13.5, ngx_mail_ssl_ct_module and ngx_stream_ssl_ct_module do not compile. ngx_ssl_ct_module and ngx_http_ssl_ct_module are built properly.
./configure --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=nginx-ct-1.3.2
Never mind, I see where is the problem:
if [ $MAIL = YES ] && [ $MAIL_SSL = YES ]; then
Is fixed into master, when can you commit this into a version?
Using OpenSSL 1.0.2k from CentOS 7.4 with Nginx 1.13.5, ngx_mail_ssl_ct_module and ngx_stream_ssl_ct_module do not compile. ngx_ssl_ct_module and ngx_http_ssl_ct_module are built properly.
./configure --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=nginx-ct-1.3.2