skaarj1989 / mWebSockets

WebSockets for microcontrollers
https://skaarj1989.github.io/mWebSockets/autobahn-testsuite/servers/
MIT License
106 stars 23 forks source link

WSS connection #42

Closed andrettaadriano1 closed 3 years ago

andrettaadriano1 commented 3 years ago

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

skaarj1989 commented 3 years ago

Hi @andrettaadriano1

You need TLS. Unfortunately, the AVR family is not capable of doing that (as far as I know).

andrettaadriano1 commented 3 years ago

which microcontroller do you recommend to use with its library to connect to a wss server?

skaarj1989 commented 3 years ago

ESP8266 or ESP32 Be advised that I have never tested this library with secured WebSocket.

stale[bot] commented 3 years ago

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.

KSDaemon commented 1 year ago

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?