In my SIP profile I have:
tls - true
tls-cert-dir - $${conf_dir}/ssl/$${domain}
I want the tls-cert-dir to reference the domain that the SSL certificate is for
If I enable the tls-cert-dir then I get the following error
2017-11-03 17:19:20.612793 [ERR] sofia.c:3146 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp) ATTEMPT 1 (RETRY IN 5 SEC)
2017-11-03 17:19:25.612810 [ERR] sofia.c:3146 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC)
2017-11-03 17:19:30.633250 [ERR] sofia.c:3146 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2017-11-03 17:19:30.633250 [ERR] sofia.c:3156 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.
If I disable the tls-cert-dir then everything works!
I can't think of another way of referencing the correct Certs but I'm sure there must be!
tls - true
tls-cert-dir - $${conf_dir}/ssl/$${domain}
I want the tls-cert-dir to reference the domain that the SSL certificate is for
If I enable the tls-cert-dir then I get the following error
2017-11-03 17:19:20.612793 [ERR] sofia.c:3146 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp) ATTEMPT 1 (RETRY IN 5 SEC)
2017-11-03 17:19:25.612810 [ERR] sofia.c:3146 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC)
2017-11-03 17:19:30.633250 [ERR] sofia.c:3146 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2017-11-03 17:19:30.633250 [ERR] sofia.c:3156 Error Creating SIP UA for profile: Phones (sip:mod_sofia@13.93.90.84:5060;maddr=10.2.1.4;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.
If I disable the tls-cert-dir then everything works!
I can't think of another way of referencing the correct Certs but I'm sure there must be!