Module: kamailio Branch: master Commit: 68ef4774e22cccc8801c0c3ea51b201cf01db322 URL: https://github.com/kamailio/kamailio/commit/68ef4774e22cccc8801c0c3ea51b201c...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-07-14T12:46:23+02:00
modules: readme files regenerated - tls ...
---
Modified: modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/68ef4774e22cccc8801c0c3ea51b201c... Patch: https://github.com/kamailio/kamailio/commit/68ef4774e22cccc8801c0c3ea51b201c...
---
diff --git a/modules/tls/README b/modules/tls/README index 1e4d2de..dd4cb8c 100644 --- a/modules/tls/README +++ b/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