~fincham/esp8266-https-ca-demo

A short example of how to use a CA-signed certificate on your HTTPS server with an ESP8266
Create https_request.ino
Update README.md
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fincham/esp8266-https-ca-demo
read/write
git@git.sr.ht:~fincham/esp8266-https-ca-demo

You can also use your local clone with git send-email.

#esp8266-https-ca-demo

A short example of how to use a CA-signed certificate on your HTTPS server with an ESP8266.

The main gotcha is that the clock must be set before calling verifyCertChain, otherwise verification will always fail.