DHT22 + HTTPS
Posted:
Wed Jul 01, 2015 1:46 am
by mithun.harikumar
hi,
Is there anyway in which I can post the data received from DHT22 sensor module to a HTTPS server ?
Thank you
Re: DHT22 + HTTPS
Posted:
Thu Jul 02, 2015 2:26 am
by tytower
https://thingspeak.com/channels/38247Thats a https site see Wiki above for example
Re: DHT22 + HTTPS
Posted:
Thu Jul 02, 2015 6:45 am
by mithun.harikumar
i'm sorry. i couldn't follow you.
its just taking me to thingspeak channel.
I wanted to post my sensor data to a https server with CA certificate. So I need to flash the certificate into esp8266 and verify the same with the website. Then after the handhsake, I needed to post my sensor data to the server. I'm using the open-sdk and espressif sdk for SSL.
How can I do this ?
Thanking you