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

Example configuration for MQTT over SSL #340

Open
delads opened this issue Jan 30, 2025 · 0 comments
Open

Example configuration for MQTT over SSL #340

delads opened this issue Jan 30, 2025 · 0 comments

Comments

@delads
Copy link

delads commented Jan 30, 2025

Everything works great when connecting to an MQTT broker over port 1883 but I cannot find any documentation or examples of how to configure values.yaml for SSL / port 8883. I tried a bunch of different configurations like the ones below but to no avail

"mqtt": {
"broker": "my-server.emqxsl.com:8883",
"client_id": "tesla-fleet-telemetry",
"username": "tesla-user",
"password": "my-password",
"topic_base": "tesla/telemetry",
"qos": 0,
"retained": false,
"connect_timeout_ms": 30000,
"publish_timeout_ms": 2500,
"disconnect_timeout_ms": 250,
"connect_retry_interval_ms": 10000,
"keep_alive_seconds": 30,
"tls": {
"enabled": true,
"ca": "/etc/mqtt-certs/emqxsl-ca.crt"
},
"tls-secret": {
"secretName": "mqtt-certs",
"key": "emqxsl-ca.crt"
}
}

Please advise if there is support for MQTT over port 8883 and if so, please provide examples on how to configure. 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

No branches or pull requests

1 participant