配置均一样
使用编译参数(正常): ./configure --prefix=/opt/tengine 正常打开https 显示是tls1.2
使用编译参数(问题): ./configure \ --prefix=/etc/nginx \ --sbin-path=/usr/sbin/nginx \ --dso-tool-path=/usr/sbin/ \ --includedir=/usr/include/nginx \ --conf-path=/etc/nginx/nginx.conf \ --error-log-path=/var/log/nginx/error.log \ --http-log-path=/var/log/nginx/access.log \ --pid-path=/var/run/nginx.pid \ --lock-path=/var/run/nginx.lock \ --http-client-body-temp-path=/var/cache/nginx/client_temp \ --http-proxy-temp-path=/var/cache/nginx/proxy_temp \ --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp \ --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp \ --http-scgi-temp-path=/var/cache/nginx/scgi_temp 正常打开https 显示是tls1.0,不支持tls1.1 1.2.
另外:OPENSSL版本都是一致,用nginx按照以上编译均没有出现问题。