如何使用 lighttpd 网络服务器限制 SSL 片段大小?
How to limit SSL fragment size with lighttpd webserver?
我正在使用 lighttpd 网络服务器并使用 openssl 启用了 ssl。
现在我需要限制 RFC 6066 (Chapter 4).
中提到的片段大小
lighttpd.conf文件里有选项吗?或者任何其他限制片段大小的可能性?
提前致谢!
目前还没有解决方案。
redmine.lighttpd.net 上的回答:
there is none and i am not aware of any webserver or proxy (like haproxy) implementing this.
您可以查看新的 lighttpd 1.4.45 指令 ssl.read-ahead = "disable"
在 low-memory 系统上使用,而不是尝试限制片段大小。
我正在使用 lighttpd 网络服务器并使用 openssl 启用了 ssl。 现在我需要限制 RFC 6066 (Chapter 4).
中提到的片段大小lighttpd.conf文件里有选项吗?或者任何其他限制片段大小的可能性?
提前致谢!
目前还没有解决方案。 redmine.lighttpd.net 上的回答:
there is none and i am not aware of any webserver or proxy (like haproxy) implementing this.
您可以查看新的 lighttpd 1.4.45 指令 ssl.read-ahead = "disable"
在 low-memory 系统上使用,而不是尝试限制片段大小。