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

AWS Bridge stops working when upgrading from 1.6.9 to 2.05 on Windows. #2043

Closed
ttsorensen opened this issue Jan 21, 2021 · 2 comments
Closed

Comments

@ttsorensen
Copy link

When upgrading from 1.6.9 to 2.05 (or any other version in the 2.x branch) the bridge stops working with a unknown error.

1611246259: Bridge local.TEST_THINGccc doing local SUBSCRIBE on topic STATE/#
1611246259: Connecting bridge awsiot (xxxxxxxxxxxxxx.iot.us-west-2.amazonaws.com:8883)
1611246259: Bridge TEST_THINGccc sending CONNECT
1611246259: Error creating bridge: Unknown error.

Here are the configuration we are using:

connection awsiot
address xxxxx.us-west-2.amazonaws.com:8883

# Specifying which topics are bridged and in what fashion
topic STATE/# out 1
topic # in 1

# Setting protocol version explicitly
bridge_protocol_version mqttv311
bridge_insecure false

# Bridge connection name and MQTT client Id, enabling the connection automatically when the broker starts.
cleansession true
clientid TEST_THINGccc
start_type automatic
notifications false
log_type all
try_private false
bridge_outgoing_retain false
@ralight
Copy link
Contributor

ralight commented Jan 23, 2021

What platform are you on, and where did you install from?

@ttsorensen
Copy link
Author

ttsorensen commented Jan 25, 2021

I installed from https://mosquitto.org/files/binary/win64/mosquitto-2.0.5-install-windows-x64.exeand the operating system is Windows 2016 Standard 64-Bit.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants