added default provider and that seemed to fix the issue.
pertinent sections from /etc/ssl/openssl.cnf:
```
[openssl_init]
providers = provider_sect
[provider_sect]
default = default_sect
```
thanks for pointing out that related issue @space88man
I think this version of openssl.cnf is packaged by debian since the openssl repo has the
default provider enabled by default:
https://github.com/openssl/openssl/blob/openssl-3.0/apps/openssl.cnf#L53
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3737#issuecomment-1924041295
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3737/1924041295(a)github.com>