From 7d04380ff628d6c99f89b220c904b727a1c0f47f Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 14 Jul 2016 12:34:21 +0200 Subject: [PATCH] tls: added note in docs about loading tls module first --- modules/tls/doc/tls.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/tls/doc/tls.xml b/modules/tls/doc/tls.xml index 22046d8d6a2..af4ff22bb20 100644 --- a/modules/tls/doc/tls.xml +++ b/modules/tls/doc/tls.xml @@ -2,7 +2,7 @@ + "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'"> %docentities; @@ -48,8 +48,13 @@ 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 + module must be loaded and enable_tls=yes core setting + must be 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).