DrRandom

Results 185 comments of DrRandom

oh god how good it would be

I'm gonna check on this! Thanks.

How did you add a ca for the connection? I have tried several methods but i can't even compile my sketch. ```C void serverCommSys::initWithSSL() { char ca[10000]; hsh_fileSystem.readFile(SERVER_CA_PATH,ca); Serial.printf("Connecting to...

I encountered the same problem with beginSSL. The interesting thing is that esp socketIO can connect to my HTTPS server without fingerprint or CA with the `beginSSL()` function. My server...

You should search the Node js socketio server elsewhere. It is for arduino. [Here is a link for socketIO with Nodejs](https://socket.io/get-started/chat)

I have got a similar problem. I have a NodeJS server which uses secure socketIO. Without ssl, the socket works fine. As soon as i want to begin the connection...

**Random crash at runtime again.** ``` CORRUPT HEAP: Bad head at 0x3ffeb398. Expected 0xabba1234 got 0x3ffe4364 assert failed: multi_heap_free multi_heap_poisoning.c:253 (head != NULL) Backtrace:0x40083e1d:0x3ffb25500x4008edc5:0x3ffb2570 0x40094521:0x3ffb2590 0x40094167:0x3ffb26c0 0x400842b1:0x3ffb26e0 0x40094551:0x3ffb2700 0x401907b9:0x3ffb2720 0x401936f4:0x3ffb2740...