-->
Page 1 of 1

ESP8266HTTPClient do not do a certificate check

PostPosted: Sun Feb 05, 2017 2:02 am
by gggggggg
I would like to do a API Post to a https site without doing a certificate verification.

Is there a way to do this within the ESP8266HTTPClient.h ?

thanks

Re: ESP8266HTTPClient do not do a certificate check

PostPosted: Sun Feb 05, 2017 4:01 pm
by witnessmenow
Here is a video i made on the topic



Example sketch here

It uses WifiClientSecure, but does not check any certificates

Hope this helps!

Re: ESP8266HTTPClient do not do a certificate check

PostPosted: Thu Feb 09, 2017 3:16 pm
by gggggggg
Perfect, thank you