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

[Bug] Incorrect setting in tb-mqtt-transport.yml for AWS microservices configuration #39

Open
greg-mcnamara opened this issue Jan 20, 2022 · 1 comment

Comments

@greg-mcnamara
Copy link

greg-mcnamara commented Jan 20, 2022

When MQTTS is required, there are sections in the tb-mqtt-transport.yml file that need to be uncommented. One of these is incorrect and causes the service to crash on start-up:

- name: MQTT_SSL_KEY_STORE
  value: "/ssl-config/server.pem"

should be:

- name: MQTT_SSL_PEM_CERT
  value: "/ssl-config/server.pem"
@Ultrazombie
Copy link
Contributor

Hello, @greg-mcnamara
Thanks for the note. Fixed.

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

2 participants