sessionmanager, mod_tls: Mark a session as secure when TLS is active

This commit is contained in:
Matthew Wild 2009-05-29 14:28:53 +01:00
parent 762a39c8d0
commit 81fedc9a08
2 changed files with 7 additions and 0 deletions

View file

@ -19,6 +19,7 @@ module:add_handler("c2s_unauthed", "starttls", xmlns_starttls,
session:reset_stream();
session.conn.starttls();
session.log("info", "TLS negotiation started...");
session.secure = false;
else
-- FIXME: What reply?
session.log("warn", "Attempt to start TLS, but TLS is not available on this connection");