Module: kamailio
Branch: master
Commit: 7d04380ff628d6c99f89b220c904b727a1c0f47f
URL:
https://github.com/kamailio/kamailio/commit/7d04380ff628d6c99f89b220c904b72…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-07-14T12:34:58+02:00
tls: added note in docs about loading tls module first
---
Modified: modules/tls/doc/tls.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/7d04380ff628d6c99f89b220c904b72…
Patch:
https://github.com/kamailio/kamailio/commit/7d04380ff628d6c99f89b220c904b72…
---
diff --git a/modules/tls/doc/tls.xml b/modules/tls/doc/tls.xml
index 22046d8..af4ff22 100644
--- a/modules/tls/doc/tls.xml
+++ b/modules/tls/doc/tls.xml
@@ -2,7 +2,7 @@
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[ <!ENTITY % local.common.attrib
- "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">
+ "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">
<!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
%docentities;
@@ -48,8 +48,13 @@
This module implements the TLS transport for &kamailio;
using the <ulink url="http://www.openssl.org">OpenSSL
library</ulink>
(
http://www.openssl.org). To enable the &kamailio; TLS support this
- module must be loaded and <emphasis>enable_tls=yes</emphasis> core setting
- must be added to the Kamailio config file
+ module must be loaded and <emphasis>enable_tls=yes</emphasis> core
setting
+ must be added to the Kamailio config file.
+ </para>
+ <para>
+ 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).
</para>
</section>
<section id="tls.quick_start">