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

No obvious way to set SSL / TLS cipher #423

Closed
wesdyoung opened this issue Jan 31, 2018 · 2 comments
Closed

No obvious way to set SSL / TLS cipher #423

wesdyoung opened this issue Jan 31, 2018 · 2 comments

Comments

@wesdyoung
Copy link

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).

@jcavar
Copy link
Contributor

jcavar commented Feb 1, 2018

You are right. This is definitely something that we should support.

jcavar added a commit that referenced this issue Feb 15, 2018
@jcavar
Copy link
Contributor

jcavar commented Feb 15, 2018

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.

@jcavar jcavar closed this as completed Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants