HTTPS Library for Arduino UNO

Hi Folks,
I'm new in Arduino. I'm using UNO and Ethernet Shield W5100.
I'm trying to find a library for Arduino that implements HTTPS protocol. I found some that implements HTTP but none for HTTPS.

Is there any Arduino Library that implements HTTPS protocol?
I'd appreciate if you could help me with the name and link to download it.

Thank you,
CHMB

I think you'll find that the computations required to implement https are a little too much for the UNO.
Have a look at an ESP8266 or ESP32.

this is for Arduino SAMD boards with Ethernet library

but 8-bit Atmega at 16 MHz would not calculate the encryption before the connection times out.

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