Closed andrettaadriano1 closed 3 years ago
Hi @andrettaadriano1
You need TLS. Unfortunately, the AVR family is not capable of doing that (as far as I know).
which microcontroller do you recommend to use with its library to connect to a wss server?
ESP8266 or ESP32 Be advised that I have never tested this library with secured WebSocket.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sorry, but I didn't get it: does this library support client SSL connections? I can not find any SSL/TLS-related code inside...Or may I missed something?
Hello, your library is amazing! I use it with an internet sheild w5500 and an arduino mega and it goes great
My problem: I haven't found a way to connect to websocket via ssl for example I would like to connect to: wss: //echo.websocket.org how can I do?
thank you