Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

OpenSSL config issue with latest release #175

Open
leorg99 opened this issue Apr 24, 2021 · 0 comments
Open

OpenSSL config issue with latest release #175

leorg99 opened this issue Apr 24, 2021 · 0 comments

Comments

@leorg99
Copy link

leorg99 commented Apr 24, 2021

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:

[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=2

Changing this to:

[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=1

and restarting the container fixed the issue.

reference: https://askubuntu.com/a/1279197

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant