Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant