docker-nginx-boringssl icon indicating copy to clipboard operation
docker-nginx-boringssl copied to clipboard

"--with-openssl-opt=enable-tls1_3" option is missed in the configure of nginx

Open iz8mbw opened this issue 8 years ago • 4 comments
trafficstars

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.

iz8mbw avatar Jul 27 '17 09:07 iz8mbw

  • https://github.com/nginx-modules/docker-nginx-boringssl/blob/master/mainline/alpine/Dockerfile#L116-L118
  • https://boringssl.googlesource.com/boringssl/+log/master/ssl/ssl_lib.cc

denji avatar Jul 27 '17 11:07 denji

@denji It doesn't work with latest versions of BoringSSL.

andyone avatar Oct 19 '17 09:10 andyone

@andyone Resolved problem d33d2fd & nginx-modules/libbrotli@79c8555

denji avatar Oct 30 '17 00:10 denji

@andyone found a solution to enable TLS 1.3 for the latest BoringSSL at https://github.com/cloudflare/sslconfig/issues/87#issuecomment-380125243

xetorixik avatar Apr 10 '18 14:04 xetorixik