This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
I have no plan to add SSL support to this outdated MKR1010 board. I also don't have any and no plan to buy any MKR1010 to test. Try to switch to ESP32/ESP8266, WT32_ETH01, or Nano_RP2040_Connect. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like your librarie. It works verry well with out ssl. I can connect with "socketIO.begin(..)." but with "socketIO.beginSSL(...)" it doesn´t work with my MKR1010. I got just this message:
[WS] WebSockets_Generic v2.12.0
[WS] [wsIOc] found EIO=4 disable EIO ping on client
[WS] [WS-Client] Connect wss...
[WN] r:Check&WLost
[WN] r:WLost.ReconW
.....
....
disconnecting from server.
in my case i can´t use it. SSL is required.
Is it planned to implement the support for MKR1010?
Beta Was this translation helpful? Give feedback.
All reactions