Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

184.3. 浏览器

Browser

184.3.1. Firefox

配置firefox选项

在Firefox的地址栏中输入about:config

184.3.1.1. Error code: NS_ERROR_NET_INADEQUATE_SECURITY

原因:你的nginx 配置了 http2 (listen 443 ssl http2 default_server;) 目前firefox 对http2支持还不够好。

(1) 在firefox浏览器地址栏中输入 about:config 进入配置模式

(2) 搜索 http2 选项

(3) 双击 network.http.spdy.enabled.http2 改变 true 为 false
			

184.3.2. Chromium Web Browser

内部参数调整

chrome://net-internals/#spdy