-
Notifications
You must be signed in to change notification settings - Fork 31
Conversation
Hi Thanks for your PR. I prefer you change the PR as follows to not using an extra variable
Don't need this:
and change to
Usage: Just keep these CA Certs as
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change according to reply.
I'll add 2 more examples to demonstrate the new feature.
Thanks Lionel, The PR has been merged and I'll add some more mods before publishing a new Release. Regards, |
Hi Lionel, Just added 2 new InSecure-mode examples. Please retest to be sure everything is OK. Thanks. |
I have tested the example with an ESP32-PICO-KIT (esp32-pico-d4) and an ESP32-S2 SAOLA, it's working for the 2 boards ;) I don't own an ESP8266 so I can't test it |
Thanks. I'll published new release soon. |
HI Lionel, Just published the new WebSockets2_Generic releases v1.2.4 with a note about your contribution in Contributions and Thanks. Hoping to get more from you. Regards, Release v1.2.4
|
I update from Arduino ide to Release v1.2.4 and produce a error |
In the board manager, wich version of esp32 do you use ? Personnaly, I use 2.0.0-alpha1 because I'm using an ESP32S2 board. |
You have to install ESP32 core, at least the version v1.0.5. Next time, it's better to create a new issue, not post in the closed PR like this. |
I've added the setInsecure fonction to be able to work with self signed certificate, it's really usefull in dev ;)
Usage example in Secured ESP32 Websockets Client:
replace client.setCACert(echo_org_ssl_ca_cert); by client.setInsecure(); and voila, it's working