Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail and Stream ssl_ct modules not compiling? #32

Closed
fmunteanu opened this issue Sep 21, 2017 · 1 comment
Closed

Mail and Stream ssl_ct modules not compiling? #32

fmunteanu opened this issue Sep 21, 2017 · 1 comment

Comments

@fmunteanu
Copy link

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

@fmunteanu
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant