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
From @brentru:
return self.init_mqtt(IO_MQTT_BROKER, 1883, aio_username, aio_key, True)
Users may want to use secure port 8883. Setting up the client for the S2/SSL will be different and may need to be modified.
The text was updated successfully, but these errors were encountered:
@brentru, do you have any examples for what is different?
Sorry, something went wrong.
Yes, please see the example for ESP32-S2 here: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/master/examples/minimqtt_simpletest.py
Check out both the imports, and L75 through L86. MiniMQTT defaults to the secure port 8883, we should support that in this library by default.
import
8883
Successfully merging a pull request may close this issue.
From @brentru:
Users may want to use secure port 8883. Setting up the client for the S2/SSL will be different and may need to be modified.
The text was updated successfully, but these errors were encountered: