-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
ALL
-
v8.0, v7.0
-
Security 2025-02-03
-
200
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In proxy_protocol.js in the getServerPort method we rely con the `ss` command to get network information. Some variants like UBI 8 do not support this command. We should fallback to `netstat` when this is the case.