让Chrome http3[QUIC]通信支持所有类型证书,自签名+信任机构

Chrome http3通信默认仅支持信任机构发行的证书,.net 的开发者证书或CloudFlare的10年证书,或者其他自己创建的自签名证书是开启不了http3通信的。

通过下面设置可以开启对自签名证书的支持,这样就可以愉快的使用http3测试了:

Chrome最新版,目前是131,地址栏输入:chrome://flags, 然后搜索http/3, 就看到下图选项,改为启用即可。

WebTransport Developer Mode

When enabled, removes the requirement that all certificates used for WebTransport over HTTP/3 are issued by a known certificate root. – Mac, Windows, Linux, ChromeOS, Android, Lacros

 

Chrome浏览器不太愿意使用http3/quic怎么办?如何强制让Chrome开启http3/quic

让.NET应用支持Http/3,QUIC协议

posted @ 2024-12-19 11:13  jopny  阅读(323)  评论(0)    收藏  举报