[SOLVED] Is there a Arduino board that will do HTTPS

Hi, I would love to build a display for my Netatmo. but this requires HTTPS capability. What I would like to do is some thing like this, but without a server in between: Netatmo DualScreen Station : 8 Steps (with Pictures) - Instructables

Is there a Arduino that would be capable of this?

Kind regards J;-)

an ESP32 or MKR1010 can do https

2 Likes

all commonly used WiFi libraries support secure connection (https)
with wired Ethernet there is less options

2 Likes

So an Uno R4 WiFi would be able to do it?

yes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.