1

I need my Arduino to connect to my web server through HTTPS, can the Arduino handle it?

It only has to act as a client.

asked Aug 27, 2015 at 12:20
2
  • Please state which Arduino. There are quite a few different ones. Commented Aug 27, 2015 at 21:57
  • I was just checking if it was possible to do some secure cloud connected sensors with the cheap non Linux Arduinos. Commented Nov 25, 2015 at 13:11

1 Answer 1

0

It sounds like a better way to do it would be to have a PHP script act as handoff server (maybe protected by originating IP address) to access the HTTPS site and provide the data over a less processor-intensive protocol.

How to get HTTPS on Arduino?

However, another answer suggests that we are working towards a solution to your issue, but it's not quite there yet (~12 seconds to encrypt a packet).

https://evothings.com/is-it-possible-to-secure-micro-controllers-used-within-iot/

answered Aug 27, 2015 at 13:30

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.