mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Rename SSL to TLS (fix #3013)
This commit is contained in:
parent
84178c4fa1
commit
e38835a603
27 changed files with 247 additions and 252 deletions
|
|
@ -1380,8 +1380,8 @@ function flowinfo2hostname(flow_info, host_type, alerts_view)
|
|||
-- remove possible ports from the name
|
||||
return(flow_info["host_server_name"]:gsub(":%d+$", ""))
|
||||
end
|
||||
if(flow_info["protos.ssl.certificate"] ~= nil and flow_info["protos.ssl.certificate"] ~= "") then
|
||||
return(flow_info["protos.ssl.certificate"])
|
||||
if(flow_info["protos.tls.certificate"] ~= nil and flow_info["protos.tls.certificate"] ~= "") then
|
||||
return(flow_info["protos.tls.certificate"])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue