Tomcat9配置HTTP/2访问
1 2 3 4 5 6 7 | <Connector port= "8443" protocol= "org.apache.coyote.http11.Http11AprProtocol" maxThreads= "150" SSLEnabled= "true" > <UpgradeProtocol className= "org.apache.coyote.http2.Http2Protocol" /> <SSLHostConfig honorCipherOrder= "false" > <Certificate certificateKeystoreFile= "conf/localhost.jks" certificateKeystorePassword= "111111" type= "RSA" /> </SSLHostConfig> </Connector> |
1 2 3 4 5 6 7 8 | <Connector port= "8443" protocol= "org.apache.coyote.http11.Http11AprProtocol" maxThreads= "150" SSLEnabled= "true" > <UpgradeProtocol className= "org.apache.coyote.http2.Http2Protocol" /> <SSLHostConfig honorCipherOrder= "false" > <Certificate certificateKeyFile= "D:/Tomcat9.0/conf/ca.key" certificateFile= "D:/Tomcat9.0/conf/ca.crt" /> </SSLHostConfig> </Connector> |
1 2 3 4 5 6 7 8 9 | <Connector port= "8443" protocol= "org.apache.coyote.http11.Http11AprProtocol" maxThreads= "150" SSLEnabled= "true" > <UpgradeProtocol className= "org.apache.coyote.http2.Http2Protocol" /> <SSLHostConfig> <Certificate certificateKeyFile= "conf/localhost-key.pem" certificateFile= "conf/localhost.pem" type= "RSA" /> </SSLHostConfig> </Connector> |
· Obsidian + DeepSeek:免费 AI 助力你的知识管理,让你的笔记飞起来!
· 分享4款.NET开源、免费、实用的商城系统
· 解决跨域问题的这6种方案,真香!
· 一套基于 Material Design 规范实现的 Blazor 和 Razor 通用组件库
· 5. Nginx 负载均衡配置案例(附有详细截图说明++)
2022-02-21 openresty 防DDOS攻击
2022-02-21 lua and or not 逻辑运算符
2022-02-21 h2 int2 int4 int8 int的值域范围都是多少?怎么算的??
2022-02-21 h2:无法自动建库解决(H2 Database Engine)