How To Install Using Arduino Library Manager
Why do we need this EthernetWebServer_SSL Library
This EthernetWebServer_SSL Library is a simple yet complete TLS/SSL WebClient and non-TLS/SSL WebServer library for AVR, Teensy, SAM DUE, Arduino SAMD21, Adafruit SAMD21/SAMD51, Adafruit nRF52, ESP32/ESP8266, STM32, etc. boards using Ethernet shields. The functions are similar and compatible to those of ESP32 WebServer and ESP8266WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
This EthernetWebServer_SSL Library adds TLS 1.2 functionality to EthernetClient, using BearSSL as an underlying TLS engine.
Releases v1.1.0
- Initial coding for SAMD21/SAMD51, SAM DUE, Teensy to support Ethernet shields using SSL.
- Supporting W5x00 using Ethernet, EthernetLarge, Ethernet2 and Ethernet3 libraries
- Supporting ENC28J60 using EthernetENC and UIPEthernet libraries
Currently Supported Boards
- nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.. Currently SSL WebClient is not working.
- SAM DUE
- SAMD21
- Arduino SAMD21: ZERO, MKRs, NANO_33_IOT, etc.
- Adafruit SAMD21 (M0): ItsyBitsy M0, Feather M0, Feather M0 Express, Metro M0 Express, Circuit Playground Express, Trinket M0, PIRkey, Hallowing M0, Crickit M0, etc.
- SeeedStudio: LoRaWAN, Zero, Femto M0, XIAO M0, Wio GPS Board, etc.
- SAMD51
- Adafruit SAMD51 (M4): Metro M4, Grand Central M4, ItsyBitsy M4, Feather M4 Express, Trellis M4, Metro M4 AirLift Lite, MONSTER M4SK Express, Hallowing M4, etc.
- Seeeduino: WIO Terminal, Grove UI Wireless
- Teensy (4.1, 4.0, 3.6, 3.5, 3,2, 3.1, 3.0, LC)
- AVR Mega1280, 2560, ADK.. SSL WebClient not supported yet. Check Trivial sketch won't compile using Arduino 1.8.13
- ESP32
- ESP8266. SSL WebClient not supported yet. Check HTTPS GET request - ESP8266 - ENC28j60
Examples: