<div dir="ltr"><div>Hi,</div><div>I have a sip client connecting to opensips using tls, all requests are then routed to an asterisk server using mid_registrar.</div><div><br></div><div>UDP to UDP and TCP to TCP work fine, but TLS doesn't.</div><div><br></div><div>This is the error, but I'm having a hard time understanding it.<br></div><div><br></div><div>Feb  4 12:29:32 [3406] //etc/opensips/opensips.cfg:453 Forward REGISTER for <a href="http://sip:tls-1001@10.0.0.252:5061">sip:tls-1001@10.0.0.252:5061</a> to 10.0.0.153:5061;transport=tls<br>Feb  4 12:29:32 [3406] ERROR:proto_tls:proto_tls_conn_init: no TLS client domain found<br>Feb  4 12:29:32 [3406] ERROR:core:tcp_conn_create: failed to do proto 3 specific init for conn 0x7ff9be1810f8<br>Feb  4 12:29:32 [3406] ERROR:core:tcp_async_connect: tcp_conn_create failed, closing the socket<br>Feb  4 12:29:32 [3406] ERROR:proto_tls:proto_tls_send: async TCP connect failed<br>Feb  4 12:29:32 [3406] ERROR:tm:msg_send: send() to <a href="http://10.0.0.153:5061">10.0.0.153:5061</a> for proto tls/3 failed<br>Feb  4 12:29:32 [3406] ERROR:tm:t_forward_nonack: sending request failed<br>Feb  4 12:29:32 [3406] ERROR:tm:w_t_relay: t_forward_nonack failed</div><div><br></div><div><br></div><div>My configuration:</div><div>#############<br></div><div>loadmodule "mid_registrar.so"<br>modparam("mid_registrar", "attr_avp", "$avp(avp_json)")<br>modparam("mid_registrar", "max_contacts", 1)<br>modparam("mid_registrar", "mode", 0)<br>modparam("mid_registrar", "tcp_persistent_flag", "TCP_PERSIST_REGISTRATIONS")</div><div><br></div><div>loadmodule "tls_mgm.so"<br>modparam("tls_mgm", "tls_library", "wolfssl")<br>modparam("tls_mgm", "server_domain", "dom1")<br>modparam("tls_mgm", "ca_list", "[dom1]/etc/letsencrypt/fullchain.pem")<br>modparam("tls_mgm", "certificate", "[dom1]/etc/letsencrypt/cert.pem")<br>modparam("tls_mgm", "private_key", "[dom1]/etc/letsencrypt/privkey.pem")<br>modparam("tls_mgm", "require_cert", "[dom1]0")<br>modparam("tls_mgm", "tls_method", "[dom1]TLSv1-")<br>modparam("tls_mgm", "verify_cert", "[dom1]0")</div><div><br></div><div>loadmodule "proto_tls.so"</div><div><br></div><div>###############<br></div><div>$ru = "sip:10.0.0.153:5061;transport=tls";<br>setflag("TCP_PERSISTENT");</div><div>route(relay);</div><div><br></div><div><br></div><div>Thanks<br></div></div>