Mercurial > prosody-wiki
view mod_telnet_tlsinfo.wiki @ 382:469bcbdfe281
mod_storage_ldap, mod_storage_mongodb: Add Type-Storage labels
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 29 Jun 2013 23:04:11 +0200 |
parents | 11b391eb1a2a |
children | b95d737dc014 |
line wrap: on
line source
#summary Telnet command for showing TLS info = Introduction = This module adds two commands to the telnet console, `c2s:showtls()` and `s2s:showtls()`. These commands shows TLS parameters, such as ciphers and key agreement protocols, of all c2s or s2s connections. = Configuration = Just add the module to the `modules_enabled` list. There is no other configuration. {{{ modules_enabled = { ... "telnet_tlsinfo"; } }}} = Compatibility = ||0.9 with LuaSec 0.5||Works||