准备把网站整成支持http2协议,不过配置来配置去,发现了各种问题,比如使用chrome的下面配置错误是:
0 1 2 |
This webpage is not available ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY |
错误原因:
1:启用了ssl_prefer_server_ciphers on;
2:未开始tls1.2; SourceByrd's Weblog-https://note.t4x.org/error/err-spdy-inadequate-transport-security/
参考文档:
1:http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_prefer_server_ciphers
2:http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ciphers
3:https://imququ.com/post/why-tls-handshake-failed-with-http2-enabled.htmlSourceByrd's Weblog-https://note.t4x.org/error/err-spdy-inadequate-transport-security/
SourceByrd's Weblog-https://note.t4x.org/error/err-spdy-inadequate-transport-security/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!