Lighttpd V1.4.54+;openssl V1.1.1g

Lighttpd V1.4.54+;openssl V1.1.1g,openssl,webserver,lighttpd,Openssl,Webserver,Lighttpd,我们正在使用Lighttpd V1.4.54和OpenSSL V1.1.1g作为我们的访问点GUI。在登录到第一页(仪表板)时观察GUI缓慢。已在Lighttpd中启用以下配置以获取更多详细信息 server.errorlog, accesslog.filename, debug.log-request-handling. It is observed that more than 100 sock fd in the listening state and gets accepted in

我们正在使用Lighttpd V1.4.54和OpenSSL V1.1.1g作为我们的访问点GUI。在登录到第一页(仪表板)时观察GUI缓慢。已在Lighttpd中启用以下配置以获取更多详细信息

server.errorlog, accesslog.filename, debug.log-request-handling.


It is observed that more than 100 sock fd in the listening state and gets accepted in fdevent_accept_listenfd() from connection_accept() in the network_server_handle_fdevent().
所有连接请求都进入读取状态,并在一段时间后(从Lighttpd调试日志)进入错误状态

发出时,来自web浏览器的Inspect元素(f12)显示有限的请求

供参考的日志片段:

2020-10-23 09:30:13: (connections.c.1313) state at exit: 13 handle-req 
2020-10-23 09:30:13: (connections.c.1236) state at enter 14 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 14 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 14 read 
2020-10-23 09:30:13: (connections.c.1313) state at exit: 14 read 
2020-10-23 09:30:13: (connections.c.1236) state at enter 15 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 15 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 15 read 
2020-10-23 09:30:13: (connections.c.1313) state at exit: 15 read 
2020-10-23 09:30:13: (connections.c.1236) state at enter 17 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 17 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 17 read 
2020-10-23 09:30:13: (connections.c.1313) state at exit: 17 read 
2020-10-23 09:30:13: (connections.c.1236) state at enter 18 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 18 req-start 
2020-10-23 09:30:13: (connections.c.1244) state for fd 18 read 
.
.
.
2020-10-23 09:31:02: (connections.c.1313) state at exit: 132 read 
2020-10-23 09:31:02: (connections.c.1236) state at enter 133 req-start 
2020-10-23 09:31:02: (connections.c.1244) state for fd 133 req-start 
2020-10-23 09:31:02: (connections.c.1244) state for fd 133 read 
2020-10-23 09:31:02: (connections.c.1313) state at exit: 133 read 
2020-10-23 09:31:02: (connections.c.1236) state at enter 134 req-start 
2020-10-23 09:31:02: (connections.c.1244) state for fd 134 req-start 
2020-10-23 09:31:02: (connections.c.1244) state for fd 134 read 
2020-10-23 09:31:02: (connections.c.1313) state at exit: 134 read

数据包捕获显示在此期间浏览器和Lighttpd之间的连续客户端Hello、服务器Hello和更改密码规范数据包Lighttpd V1.4.45+OpenSSL V1.1.1g不会出现同样的问题

Lighttpd-1.4.54于2019年5月(17个月前)发布。lighttpd-1.4.55于2020年1月发布(9个月前)。你试过lighttpd-1.4.55吗?你试过其他客户吗?您是否尝试过使用curl或wget发出单个请求?问题并不一致。但它是随机发生的。我们还尝试了最新的Lighttpd和OpenSSL。尽管如此,问题还是会在某些情况下出现。“问题并不一致。但它是随机出现的。我们也尝试了最新的Lighttpd和OpenSSL。尽管如此,问题还是会在某些情况下出现。”您的问题报告含糊不清,不可复制。鉴于您之前的陈述“数据包捕获显示在此期间浏览器和Lighttpd之间连续的客户端Hello、服务器Hello和更改密码规范数据包。”,我建议查看lighttpd.conf中的密码规范配置以及客户端支持的密码。lighttpd 1.4.56于2020年11月29日发布,lighttpd mod_openssl默认支持TLSv1.2及更高版本,禁用早期TLS版本。