[SR-Users] TLS module and IPv6 (using tls.cfg).
Joel Serrano
joel at textplus.com
Wed Jun 13 03:22:26 CEST 2018
Hi all,
I was playing around with the "config" modparam to specify and use a TLS
configuration file instead of inline modparams inside kamailio.cfg.
I did some testing and when I went to try with IPv6 I run into a little
doubt??
tls.cfg config example:
[server:1.2.3.4:5061] <----- How do you put an IPv6 in there?
method = TLSv1
verify_certificate = yes
require_certificate = no
private_key = /usr/local/etc/kamailio/tls/local_key.pem
certificate = /usr/local/etc/kamailio/tls/local_cert.pem
verify_depth = 3
ca_list = local_ca.pem
crl = local_crl.pem
Applying the logic of the "listen" param, it should be:
[server:[AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:GGGG:HHHH]:5061]
But it just seems totally wrong and I haven't found anything in the docs.
Any suggestions?
Thanks,
Joel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20180612/ef47e1e1/attachment.html>
More information about the sr-users
mailing list