1

I am working on a project where I have set up an Arduino UNO R4 Wi-Fi as a web server. However, I would like to secure the communication by using HTTPS instead of HTTP for accessing the Arduino web server. How can I do it?

asked Jan 21 at 2:50
1
  • You can use the WiFiWebServer library. It supports HTTPS. Commented Jan 21 at 17:12

1 Answer 1

0

The WiFiS3 library is a remote API for the ESP32 WiFi library in the firmware in the ESP32S3 module on the Uno R4 WiFi. Yes, the firmware is an Arduino sketch for the ESP32 Arduino platform.

The WiFiServer class in the ESP32 Arduino platform doesn't support secure client connection so the WiFiS3 library can't support secure HTTPS clients with the WiFiServer.

answered Jan 21 at 17:47

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.