You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More then an "issue" this is a question.
Reading the file https://github.com/nginx-modules/docker-nginx-boringssl/blob/master/mainline/alpine/Dockerfile in the parameters for configure of ngnix the --with-openssl-opt=enable-tls1_3 is missed.
Is it OK build nginx without --with-openssl-opt=enable-tls1_3?
In nginx the TLS 1.3 will works also if the option --with-openssl-opt=enable-tls1_3 is missed?
Thanks.
The text was updated successfully, but these errors were encountered:
@denji It doesn't work with latest versions of BoringSSL.
iz8mbw
changed the title
"--with-openssl-opt=enable-tls1_3" option is messed in the configure of nginx
"--with-openssl-opt=enable-tls1_3" option is missed in the configure of nginx
Oct 20, 2017
More then an "issue" this is a question.
Reading the file https://github.com/nginx-modules/docker-nginx-boringssl/blob/master/mainline/alpine/Dockerfile in the parameters for
configure
of ngnix the--with-openssl-opt=enable-tls1_3
is missed.Is it OK build nginx without
--with-openssl-opt=enable-tls1_3
?In nginx the TLS 1.3 will works also if the option
--with-openssl-opt=enable-tls1_3
is missed?Thanks.
The text was updated successfully, but these errors were encountered: