cyr11 发表于 2017-5-22 10:57:58

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

licess 发表于 2017-5-22 11:59:26

nginx -V 看一下参数,如果参数里是使用了openssl-1.0.2的话就是完美支持http2了的,没有的话就需要升级一下nginx

cyr11 发表于 2017-5-22 14:13:18

# 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错误

licess 发表于 2017-5-22 19:47:16

回复 3# 的帖子

chrome浏览器是什么版本?其他浏览器也报错吗

配置文件里ssl_ciphers改动过吗

openssl s_client -connect域名:443贴上返回信息或短消息我域名看一下
页: [1]
查看完整版本: centos6.5 1.3升级后http2没支持