-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support for MQTT-over-Secure-WebSockets #37
Comments
Hi Christian, I've added Using our wolfSSL library for TLS and our lightweight HTTP client (code here https://github.com/wolfSSL/wolfssl/blob/master/src/wolfio.c#L585 enabled with HAVE_HTTP_CLIENT), this seems fairly easy to implement. Does your project have a requirement to use MQTT over Websockets? Thanks, |
Yes. We need to make sure that we can pass any home router setup with an outgoing connection talking to IlT Hub. Thus using WSS in 443 would be quite safe here. |
I have a similar requirement to Christian (outgoing connection from home router) where WSS is the preferred protocol for MQTT to use. |
gentle ping for this |
wolfBoot Aarch64 support (Xilinx Zynq and Raspberry Pi)
Hey all!
This looks like a fantastic lib :-)
Are you planning to add support for MQTT-over-Secure-WebSockets?
Thanks.
The text was updated successfully, but these errors were encountered: