How do I disable SHA ciphers and TLS 1.1 on the Mp56 phones?
I added the line:
static.security.default_ssl_method = 5
To the configuration file, to no avail.
(01-26-2023 04:59 AM)rtrefz Wrote: [ -> ]How do I disable SHA ciphers and TLS 1.1 on the Mp56 phones?
I added the line:
static.security.default_ssl_method = 5
To the configuration file, to no avail.
Do your phone support this parameter?
Is the phone running on the latest firmware?
(01-26-2023 06:27 PM)complex1 Wrote: [ -> ] (01-26-2023 04:59 AM)rtrefz Wrote: [ -> ]How do I disable SHA ciphers and TLS 1.1 on the Mp56 phones?
I added the line:
static.security.default_ssl_method = 5
To the configuration file, to no avail.
Do your phone support this parameter?
Is the phone running on the latest firmware?
Phone is running 122.15.0.107, which appears to be the latest.
It doesn't appear that the parameter works, since TLS 1.1 still shows enabled. How would I go about disabling TLS 1.1 if the parameter isn't supported?
Not yet. I have a ticket open.
FYI- got the commands from yealink for disabling TLS 1.1:
security.web_server.ssl_method = 2
security.server_ssl_method = 2
(02-16-2023 01:08 AM)rtrefz Wrote: [ -> ]FYI- got the commands from yealink for disabling TLS 1.1:
security.web_server.ssl_method = 2
security.server_ssl_method = 2
You are never too old to learn something.

Thank you.