We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to connect to a broker via TLS (port 8883) from my local machine.
The error message right after spin up is:
spin up
ERROR spin_trigger::cli: Trigger executor failed Error: failed to connect to "mqtt://xxxxxx.s1.eu.hivemq.cloud:8883" Caused by: [-1] TCP connect completion failure
Specifying mqtts as protocol yields: ERROR spin_trigger::cli: Trigger executor failed Error: failed to connect to "mqtts://xxxxxx.s1.eu.hivemq.cloud:8883" Caused by: [-6] NULL Parameter
mqtts
ERROR spin_trigger::cli: Trigger executor failed Error: failed to connect to "mqtts://xxxxxx.s1.eu.hivemq.cloud:8883" Caused by: [-6] NULL Parameter
Did I miss something? Any idea how to connect to a broker via mqtts?
My setup: macOS Sonoma 14.6.1, spin 2.7.0 (a111517 2024-07-30), rustc 1.80.1 (3f5fd8dd4 2024-08-06)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to connect to a broker via TLS (port 8883) from my local machine.
The error message right after
spin up
is:ERROR spin_trigger::cli: Trigger executor failed Error: failed to connect to "mqtt://xxxxxx.s1.eu.hivemq.cloud:8883" Caused by: [-1] TCP connect completion failure
Specifying
mqtts
as protocol yields:ERROR spin_trigger::cli: Trigger executor failed Error: failed to connect to "mqtts://xxxxxx.s1.eu.hivemq.cloud:8883" Caused by: [-6] NULL Parameter
Did I miss something?
Any idea how to connect to a broker via mqtts?
My setup: macOS Sonoma 14.6.1, spin 2.7.0 (a111517 2024-07-30), rustc 1.80.1 (3f5fd8dd4 2024-08-06)
The text was updated successfully, but these errors were encountered: