centos6.5 1.3升级后http2没支持
centos6.5 1.3版本升级wget -c https://soft.vpser.net/lnmp/lnmp1.4beta.tar.gz && tar zxf lnmp1.4beta.tar.gz && cd lnmp1.4 && ./upgrade1.x-1.4.sh
nginx/1.10.3
添加ssl后发现 http2不支持
我现在应该怎么做才可以让他支持http2 nginx -V 看一下参数,如果参数里是使用了openssl-1.0.2的话就是完美支持http2了的,没有的话就需要升级一下nginx # nginx -V
nginx version: nginx/1.10.3
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
built with OpenSSL 1.0.2k26 Jan 2017
TLS SNI support enabled
configure arguments: --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_v2_module --with-http_gzip_static_module --with-ipv6 --with-http_sub_module --with-openssl=/root/lnmp1.4/src/openssl-1.0.2k --with-google_perftools_module
看起来像有openssl-1.0.2k 不知道对不对 只是这么放http2就打不开 ,gooogle浏览器打开报ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY错误
回复 3# 的帖子
chrome浏览器是什么版本?其他浏览器也报错吗配置文件里ssl_ciphers改动过吗
openssl s_client -connect域名:443贴上返回信息或短消息我域名看一下
页:
[1]