-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unable to complete forwarding packet to/from client/destination #12
Comments
I was able to step through the code (beautifully written) and find where the issue is primarily occurring. In I commented out the relevant code and was able to receive packets from the AWS IoT into MQTT Explorer, however, the reverse is still throwing errors. Will report back...
|
Final update... Setting 'retain' to off in MQTT Explorer fixed the remaining issue. Probably something related to the default policy AWS IoT creates for a Thing. I'll try to see if there's an elegant solution to the wspipe issue and submit a pull request. I'm not a Go programmer, so it may take a bit. Thanks for releasing this code! |
Hello hope you are well, got a question about IOXY first of all I want to thank for this beautiful and amazing work, here is my question I'm trying to connect to my distant broker but there's no way of doing that have you got an idea on how I can connect to the distant broker |
Reported bug to upstream: NVISOsecurity#12
Hi, I'm running IOXY using the following:
ioxy mqtts -mqtts-port 8883 -mqtts-cert certs/verificationCert/verificationCert.pem -mqtts-key certs/verificationCert/verificationCert.key broker -mqtt-broker-tls -mqtt-broker-host xxx-xxx.iot.us-west-2.amazonaws.com -mqtt-broker-port 8883 -mqtt-broker-cert certs/aws-iot-certs/xxx.crt -mqtt-broker-key certs/aws-iot-certs/xxx.private.key
Using MQTT Explorer, I can connect to IOXY and subscribe to a topic.
However, when I publish to a topic, I can see IOXY log receipt of the packet, but the packet fails to make it to the AWS IoT console.
When I publish to a topic from the AWS IoT console, I can see IOXY log receipt of the packet, but it too is not forwarded on to MQTT Explorer.
I am not using the GUI as it gets stuck in 'starting...' on my machine.
The text was updated successfully, but these errors were encountered: