Pull in OPEnSLab-OSU's SSLClient v1.6.11
marcelstoer opened this issue · 2 comments
marcelstoer commented
Apparently your code uses/is based on OPEnSLab-OSU's SSLClient v1.6.9. That version has issues like the one commented on here https://github.com/khoih-prog/EthernetWebServer_SSL/blob/main/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino#L72 (OPEnSLab-OSU/SSLClient#9).
Pulling in the changes for 1.6.11 would allow you to remove the work-arounds: v1.6.9...v1.6.11
khoih-prog commented
Hi @marcelstoer
The new EthernetWebServer_SSL releases v1.7.8 has just been published. Your contribution is noted in Contributions and Thanks
Best Regards,
Releases v1.7.8
- Sync with SSLClient v1.6.11. Check Pull in OPEnSLab-OSU's SSLClient v1.6.11 #17
- Add example AWS_IoT
- Change default SS pin for RP2040 using ArduinoCore-mbed core to 17 from 5 to be the same as arduino-pico core
- Update
Packages' Patches
marcelstoer commented
Thank you