<div dir="ltr">I've installed the nginx package provided by <a href="http://nginx.org">nginx.org</a> (<a href="https://nginx.org/en/linux_packages.html#Ubuntu">https://nginx.org/en/linux_packages.html#Ubuntu</a>)<div>specifically the binary provided by </div><div><a href="https://nginx.org/packages/mainline/ubuntu/pool/nginx/n/nginx/nginx_1.17.1-1~bionic_amd64.deb">https://nginx.org/packages/mainline/ubuntu/pool/nginx/n/nginx/nginx_1.17.1-1~bionic_amd64.deb</a><br>and it doesn't have TLS 1.3 support.<br>According to <a href="https://mailman.nginx.org/pipermail/nginx/2019-January/057402.html">https://mailman.nginx.org/pipermail/nginx/2019-January/057402.html</a> this would be because it was built on an Ubuntu 18.04 "bionic" that was not fully updated.</div><div>Ubuntu 18.04 "bionic" switched from openssl 1.1.0 to openssl 1.1.1 recently and I hoped the newer releases would be compiled with openssl 1.1.1 and support TLS 1.3.<br>When I build that package myself (using apt-get source nginx ; cd nginx-1.17.1/ ; debuild -i -us -uc -b) on a fully updated Ubuntu 18.04 "bionic", it does support TLS 1.3.</div><div>I ask that the build environment is set up such that the next release will support TLS 1.3, or better yet, that 1.16.0 and 1.17.1 packages for Ubuntu 18.04 "bionic" are updated to include TLS 1.3 support.</div><div>Unless such packages won't work on a non-updated Ubuntu 18.04 system? (Why?)</div><div>Or does anyone know of a workaround that does not involve building the packages myself?</div><div><br></div></div>