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

AsyncMQTTClient does not work for SSL enabled brokers #266

Open
mjangir opened this issue Dec 3, 2021 · 2 comments
Open

AsyncMQTTClient does not work for SSL enabled brokers #266

mjangir opened this issue Dec 3, 2021 · 2 comments

Comments

@mjangir
Copy link

mjangir commented Dec 3, 2021

The UI doesn't accept port 8883 and 8884 for MQTT as AsyncMQTTClient does not support SSL connections.

marvinroger/async-mqtt-client#265 (comment)

@rjwats
Copy link
Owner

rjwats commented Mar 18, 2022

To my knowledge AsyncTCP on ESP32 does not yet have SSL support:

me-no-dev/AsyncTCP#48

Last time I looked at this it appeared that SSL requires too much RAM be be feasible on the esp8266 with all of the other stuff the framework holds in memory - it needs about 20k of RAM just to to the handshake.

@henzard
Copy link

henzard commented Mar 27, 2022

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

3 participants