We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for TLS 1.3.
The text was updated successfully, but these errors were encountered:
I'm unable to get Telephone to connect to a FreePBX 17 Asterisk 21.5 over TLS using any of the TLS modes in PJSIP.
'default' which I believe is TLS v1 gives the error:
[2024-12-02 20:45:43] WARNING[257523]: pjproject: <?>: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <167772351> <error:0A0000BF:SSL routines::no protocols available>
'tlsv1_2' gives the error:
[2024-12-02 20:48:20] WARNING[257523]: pjproject: <?>: SSL 6 [SSL_ERROR_ZERO_RETURN] (Read) ret: 0 len: 65535
It seems like there are no longer any compatible TLS versions between Asterisk and Telephone on MacOS Sequoia unless I'm missing something!
Sorry, something went wrong.
eofster
No branches or pull requests
Add support for TLS 1.3.
The text was updated successfully, but these errors were encountered: