You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to push some data from ESP8266 to an IoT Cloud system. But this requires HTTPS.
In the examples I found, I always need to specify the fingerprint of the https-certficate.
This binds my source directly to the cloud system. If certificate changes, the request fails I guess...
So I have to update my sketch with every certificate-change, which is not that easy for my use-case.
Is there a possibility to accept whatever certificate is running behind https?
For my use-case it would be okay to use http instead of https, but the cloud system does only provide https. So I have to stick to it.
br,
Alex
wouterds, dbolotin, pingflood, cyrussalem, israelvf and 6 morewouterds, SunboX, aaamitsingh and AnsgarSchmidt