skaarj1989/mWebSockets

WSS connection

andrettaadriano1 opened this issue · 5 comments

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

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.

stale commented

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.