mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes web interface ssl certificates visualization issues
This commit is contained in:
parent
d4e5181eae
commit
79f778ab59
4 changed files with 9 additions and 8 deletions
|
|
@ -1169,7 +1169,7 @@ function flowinfo2hostname(flow_info, host_type, vlan)
|
|||
|
||||
if(host_type == "srv") then
|
||||
if(flow_info["host_server_name"] ~= nil) then return(flow_info["host_server_name"]) end
|
||||
if(flow_info["ssl.certificate"] ~= nil) then return(flow_info["ssl.certificate"]) end
|
||||
if(flow_info["protos.ssl.certificate"] ~= nil) then return(flow_info["protos.ssl.certificate"]) end
|
||||
end
|
||||
|
||||
name = flow_info[host_type..".host"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue