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

Fixed Paho overriding SSL settings #2794

Merged

Conversation

nicolatimeus
Copy link
Contributor

Signed-off-by: nicolatimeus [email protected]

Updates Paho to version 1.2.1.k2 built from [1].
[1] contains two changes:

  • Paho now modifies the existing SSLParameters obtained from a SSLSocket instead of creating and replacing them with new ones.
  • The setting that enables hostname verification in MqttConnectionOptions is set to false by default, in this way the setting applied by Kura will not be overridden

Related Issue:
Closes #2793

[1] https://github.com/eurotech/paho.mqtt.java/tree/v1.2.1.k2

@MMaiero MMaiero merged commit 599ed09 into eclipse-kura:develop Apr 9, 2020
MMaiero added a commit that referenced this pull request Apr 10, 2020
@MMaiero MMaiero mentioned this pull request Apr 10, 2020
23 tasks
@nicolatimeus nicolatimeus deleted the fix_paho-ssl-settings-override branch March 22, 2024 08:05
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

Successfully merging this pull request may close these issues.

Paho 1.2.1 overrides Kura SSL configuration
2 participants