my current tls.cfg
```
server:default]
method = TLSv1.2+
verify_certificate = yes
require_certificate = yes
private_key = /etc/letsencrypt/live/abcsbc.com/privkey.pem
certificate = /etc/letsencrypt/live/abcsbc.com/fullchain.pem
ca_list = /etc/kamailio/ca_list.pem
#ca_list = /etc/letsencrypt/live/abcsbc.com/cert.pem
```
```
[client:default]
method = TLSv1.2+
verify_certificate = yes
require_certificate = yes
private_key = /etc/letsencrypt/live/abcsbc.com/privkey.pem
certificate = /etc/letsencrypt/live/abcsbc.com/fullchain.pem
ca_list = /etc/kamailio/ca_list.pem
#ca_list = /etc/letsencrypt/live/abcsbc.com/cert.pem
```
Logs on start of the Kamailio:
```
Dec 13 21:32:48
abcsbc.com kamailio[6999]: udp: 0.0.0.0:5060 advertise
54.245.80.15:5060
Dec 13 21:32:48
abcsbc.com kamailio[6999]: tls: 172.31.19.8:5061 advertise
abcsbc.com:5061
Dec 13 21:32:48
abcsbc.com kamailio[6999]: Aliases:
Dec 13 21:32:48
abcsbc.com kamailio[6999]: tls:
ip-172-31-19-8.us-west-2.compute.internal:5061
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3675#issuecomment-1854757466
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3675/1854757466(a)github.com>