mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_c2s: Update a comment to reflect Direct TLS
This commit is contained in:
parent
99dcf5d9f7
commit
807c78400f
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ function listener.onconnect(conn)
|
|||
|
||||
session.log("info", "Client connected");
|
||||
|
||||
-- Client is using legacy SSL (otherwise mod_tls sets this flag)
|
||||
-- Client is using Direct TLS or legacy SSL (otherwise mod_tls sets this flag)
|
||||
if conn:ssl() then
|
||||
session.secure = true;
|
||||
session.encrypted = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue