[OpenSIPS-Devel] [opensips] Problem starting OpenSIPs with TLS (#834)

apsaras notifications at github.com
Sun Mar 20 22:37:59 CET 2016


I have problem to setup OpenSIPs with TLS on Centos 6 64bit with OpenSSL 1.0.1e-fips

The message I get on service start is the following

Mar 20 23:34:27 [4831] ERROR:proto_tls:mod_init: unable to set the memory allocation functions
Mar 20 23:34:27 [4831] ERROR:core:init_mod: failed to initialize module proto_tls
Mar 20 23:34:27 [4831] ERROR:core:main: error while initializing modules

My config is the following

loadmodule "proto_tls.so"
modparam("proto_tls", "verify_cert", "0")
modparam("proto_tls", "require_cert", "0")
modparam("proto_tls", "ciphers_list", "NULL")
modparam("proto_tls", "tls_method", "TLSv1")
modparam("proto_tls", "certificate", "/etc/opensips/tls/rootCA/cacert.pem")
modparam("proto_tls", "private_key", "/etc/opensips/tls/rootCA/private/cakey.pem")
modparam("proto_tls", "ca_list", "/etc/opensips/tls/rootCA/cacert.pem")
modparam("proto_tls", "ca_dir", "/etc/opensips/tls/rootCA/")

Thank you in advance


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/834
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160320/f5ab00c9/attachment.htm>


More information about the Devel mailing list