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

Use trust_store instead of ca_path for mqtt integration #47

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

johndyer24
Copy link
Contributor

In #37, a function call to ca_path was changed to trust_store, in order to fix an SSL error when establishing an MQTT connection in chirpstack/src/gateway/backend/mqtt.rs. However, there's another location where Chirpstack attempts to establish an MQTT connection in chirpstack/src/integration/mqtt.rs. This PR updates that file with the same fix.

@brocaar brocaar merged commit 601d3f9 into chirpstack:master Oct 4, 2022
@brocaar
Copy link
Contributor

brocaar commented Oct 4, 2022

Thanks 👍

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.

2 participants