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
Looking through the API docs I cannot see a way to set the SSL / TLS ciphers or version. The client connects using SSL3 even though the Mosquitto broker TLS cipher is set to TLSv1.2 (and SSL2 and SSL3 is disabled: ciphers TLSv1.2:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2:!SSLv3:@STRENGTH).
The text was updated successfully, but these errors were encountered:
Released 0.12.0. You can now set this property on MQTTSession but I think something is weird in your setup as well. If broker doesn't support SSLv3 then client should not be able to connect to it.
Looking through the API docs I cannot see a way to set the SSL / TLS ciphers or version. The client connects using SSL3 even though the Mosquitto broker TLS cipher is set to TLSv1.2 (and SSL2 and SSL3 is disabled:
ciphers TLSv1.2:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2:!SSLv3:@STRENGTH
).The text was updated successfully, but these errors were encountered: