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
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to