Explorar o código

modules: readme files regenerated - tls ...

Kamailio Dev %!s(int64=9) %!d(string=hai) anos
pai
achega
68ef4774e2
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      modules/tls/README

+ 5 - 1
modules/tls/README

@@ -191,7 +191,11 @@ Chapter 1. Admin Guide
    This module implements the TLS transport for Kamailio using the OpenSSL
    library (http://www.openssl.org). To enable the Kamailio TLS support
    this module must be loaded and enable_tls=yes core setting must be
-   added to the Kamailio config file
+   added to the Kamailio config file.
+
+   IMPORTANT: tls module must be loaded before any other Kamailio module
+   that uses libssl (OpenSSL library). A safe option is to have tls module
+   loaded first (be in the first "loadmodule" inside Kamailio.cfg).
 
 2. Quick Start