客户端认证连接超时问题处理

版本:5.6.1
在关于客户端认证和权限认证时超时,从日志上看,返回值为空。

2024-12-10T07:04:56.725484+00:00 [QUERY] OBK520382@14.216****:49281 msg: http_connector_received, connector: emqx_authz_http:1, note: the request body is redacted due to security reasons, request: {"/mqtt/acl",[{<<"content-type">>,<<"application/json">>}],<<"******">>}, state: [base_path: /, connect_timeout: 45000, host: {172,23,163,168}, pool_name: emqx_authz_http:1, pool_type: random, port: ****, request: undefined], username: A8D65B********7D

请问这个问题应该要如何处理。

这个日志只是一部分,

他只是表明了你使用了 http 授权,返回 request body 由于安全问题,没有打印在日志里面。
如果你有其它日志确定 http server 返回值是空,那就在你 http server 那连 debug 一下,看看为什么要返回一个空的值。

不然你得发全日志。来看看