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

Reject invalid configuration for the default MQTT server #6066

Merged
merged 3 commits into from
Feb 16, 2025

Conversation

esev
Copy link
Contributor

@esev esev commented Feb 16, 2025

A MQTT configuration change will be rejected if the default server is used and:

  • TLS is enabled. This is not supported by the default server.
  • The port is not 1883. This is the only valid port.

This PR is addresses the additional feedback from #6056 (comment)

@esev esev force-pushed the validate-default-mqtt branch from 5f27fbb to 607be47 Compare February 16, 2025 04:05
@thebentern thebentern merged commit 7648391 into meshtastic:master Feb 16, 2025
49 checks passed
dchokola pushed a commit to dchokola/meshtastic-firmware that referenced this pull request Feb 16, 2025
…6066)

* Sanity check configuration for the default MQTT server

* Skip for MESHTASTIC_EXCLUDE_MQTT

---------

Co-authored-by: Ben Meadors <[email protected]>
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.

3 participants