You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
I updated from 15-5.05 to the latest release published to docker hub (15-5.0.7?) and I noticed that I could no longer register with any clients over SIP-TLS. The logs indicated a protocol error with openssl. After digging a bit, it appears there is an openssl config issue.
Opening /etc/ssl/openssl.cnf and navigating to the end, I found:
I updated from 15-5.05 to the latest release published to docker hub (15-5.0.7?) and I noticed that I could no longer register with any clients over SIP-TLS. The logs indicated a protocol error with openssl. After digging a bit, it appears there is an openssl config issue.
Opening
/etc/ssl/openssl.cnf
and navigating to the end, I found:Changing this to:
and restarting the container fixed the issue.
reference: https://askubuntu.com/a/1279197
The text was updated successfully, but these errors were encountered: