Duckle29 / esp32-certBundle

A MWE code to show ESP certificate bundles working with arduino-esp32 WiFiClientSecure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a PlatformIO project that uses a modified WiFiClientSecure library (in lib) to implement proper SSL support using root certificates as discussed here

It is based on the work by meltdonw03 in that thread, and the BasicHttpsClient example from the arduino-esp32 project.

Just copy include/secrets.hpp.template to include/secrets.hpp and fill in your WiFi details. Then it should be pretty much ready to go. The local WiFiClientSecure library should take priority. Debug is set to verbose, so you'll see a lot of noise, but there should also be this readme on success :)

About

A MWE code to show ESP certificate bundles working with arduino-esp32 WiFiClientSecure


Languages

Language:C++ 73.4%Language:C 15.6%Language:Python 11.1%