NodeMCU ES8266CH340 Send POST request with WifiClientSecure and SSL fingerprint is failed. Returned httpCode -1
I’ve NodeMCU ESP8266CH340. Unable to verify fingerprint of SSL (Issued by Google Trust) with WifiClientSecure. I don’t want to set client.setInsecure(); or bypass SSL verification. POST request failed and returned httpCode -1. Please help me.