設置 | 登錄 | 註冊

目前共有16篇帖子。

目前Purasbar還沒有HTTP/2

1樓 巨大八爪鱼 2024-4-18 20:04

後面要研究下怎麼樣啟用~

大概看了下文檔,要升級apache版本,最低要2.4.17。

當然前提是要保證XP下的IE6~8能正常訪問https網站。

2樓 巨大八爪鱼 2024-4-18 20:06
3樓 巨大八爪鱼 2024-4-18 20:20
我還是很喜歡HTTP/2的。
真心希望它能和IE6-8的SSL3.0和TLS1.0和諧共處。
4樓 巨大八爪鱼 2024-4-19 13:05
Choose a strong SSLCipherSuite

The SSLCipherSuite needs to be configured with a strong TLS cipher suite. The current version of mod_http2 does not enforce any cipher but most clients do so. Pointing a browser to a h2 enabled server with a inappropriate cipher suite will force it to simply refuse and fall back to HTTP 1.1. This is a common mistake that is done while configuring httpd for HTTP/2 the first time, so please keep it in mind to avoid long debugging sessions! If you want to be sure about the cipher suite to choose please avoid the ones listed in the HTTP/2 TLS reject list.
5樓 巨大八爪鱼 2024-4-19 16:10
經驗證,安裝以下版本的伺服器
httpd-2.4.17 (apr-1.5.2, apr-util-1.5.4)
openssl-1.0.2k
nghttp2-1.61.0
可以在保證IE6和IE8都能訪問https的情況下,成功啟用HTTP/2。

雖然XP系統下的IE瀏覽器不支持HTTP/2,但是firefox52.9esr是支持HTTP/2的。
6樓 巨大八爪鱼 2024-4-19 16:11
apache裡面
SSLProtocol all -SSLv3
SSLProxyProtocol all -SSLv3
要改成
SSLProtocol all
SSLProxyProtocol all
才能使用IE6訪問https。
7樓 巨大八爪鱼 2024-4-19 21:05
8樓 巨大八爪鱼 2024-4-26 22:22
已開始使用臨時埠試運行http2+php7.1環境。在最新的瀏覽器裡面可以使用tls1.3。不過驗證碼和圖片反向代理還不能正常工作,其他功能看起來是正常的。
巨大八爪鱼修復完畢。
9樓 巨大八爪鱼 2024-4-26 22:28
10樓 巨大八爪鱼 2024-4-28 10:50
已啟用http2和tls1.3!
php版本已升級到7.1.33.

內容轉換:

回覆帖子
內容:
用戶名: 您目前是匿名發表。
驗證碼:
看不清?換一張
©2010-2025 Purasbar Ver3.0 [手機版] [桌面版]
除非另有聲明,本站採用知識共享署名-相同方式共享 3.0 Unported許可協議進行許可。