Specify `OpenSSL` version (newer than 1.1.1) to enable TSL1.3.

This commit is contained in:
Kazuhiro MUSASHI 2019-10-26 23:35:38 +08:00 committed by Gitea
parent 27b1481454
commit d1e1dd50f4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ directory MODULEDIR do
end
# Build starts here:
execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl" do
execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl -opensslversion=1.1.1d" do
cwd WORKDIR
user USER