khoih-prog / EthernetWebServer_SSL

Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields. Ethernet_Generic library is used as default for W5x00 with custom SPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull in OPEnSLab-OSU's SSLClient v1.6.11

marcelstoer opened this issue · comments

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

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

  1. Sync with SSLClient v1.6.11. Check Pull in OPEnSLab-OSU's SSLClient v1.6.11 #17
  2. Add example AWS_IoT
  3. Change default SS pin for RP2040 using ArduinoCore-mbed core to 17 from 5 to be the same as arduino-pico core
  4. Update Packages' Patches

Thank you