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

Enable connection with encryption without certificate validation #1386

Merged
merged 2 commits into from
Jan 12, 2023

Conversation

1technophile
Copy link
Owner

Description:

This parameter enables to connect to an MQTT broker without validating the certificate chain of trust, it stills uses encryption for the communication but will be vulnerable to a MITM attack.
This is done to enable connection to MQTT brokers that doesn't have trusted certificates and/or to avoid managing certificate on the gateway side.

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

@1technophile 1technophile merged commit 4678783 into development Jan 12, 2023
@1technophile 1technophile deleted the invalid-cert branch January 12, 2023 16:35
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.

1 participant