Hello, I would like to create project for logging temperatures to google docs, but now google docs are using https protocol. Does anyone have any experience with new google docs and Arduino or have any alternative to google docs?
Thank you.
Neither the ethernet or wifi libraries support SSL, so direct communication is not possible. You can either use a server relay (different server on port 80 does a relay to Google's port 443 server) or your own LAMP server.