<div dir="ltr"><div>Hi Daniel,</div><div><br></div><div>Thanks for the response. I'm sure I have everything set up correctly.</div><div><br></div><div>Here's what's in my tls.cfg:</div><div><br></div><div>[server:default]<br>method = TLSv1.2+<br>verify_certificate = no<br>require_certificate = no<br>private_key = /etc/letsencrypt/live/<a href="http://sip.mydomain.com/privkey.pem">sip.mydomain.com/privkey.pem</a><br>certificate = /etc/letsencrypt/live/<a href="http://sip.mydomain.com/fullchain.pem">sip.mydomain.com/fullchain.pem</a><br>server_name = <a href="http://sip.mydomain.com">sip.mydomain.com</a><br></div><div><br></div><div>Here's my kamailio.cfg</div><div><br></div><div> #!ifdef WITH_TLS<br>        # ----- tls params -----<br>        modparam("tls", "config", "/usr/local/etc/kamailio/tls.cfg")<br>        #!endif<br></div><div><br></div><div>If I run cat /etc/letsencrypt/live/<a href="http://sip.mydomain.com/privkey.pem">sip.mydomain.com/privkey.pem</a> I can see the contents of the file. The permissions for the certificates are quite liberal too, so there shouldn't be any issues there. Any other ideas?</div><div><br></div><div>Thanks so much for your help.</div></div>