Dears
kindly im running web server project using Arduino uno and w5100 Ethernet shield using HTTP protocol and i need the code to make the connection over HTTPS not HTTP
Dears
kindly im running web server project using Arduino uno and w5100 Ethernet shield using HTTP protocol and i need the code to make the connection over HTTPS not HTTP
it is not possible
Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE
Pleas start here: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum
Forum is not a free gift shop for code. The goal is helping new members to learn and grow in programming.
thanks my dear for your invoice , what i need is it possible to run HTTPS web server with current hardware , if not . what Arduino board will do this , thanks again
thanks for your replay , which minimum Arduino board can run HTTPS, may be mega with W5100 i don't know , kindly your advice
An ESP32 Development Board might be a good starting point for https, but it's not from Arduino - but can be programmed in Arduino IDE.
ok , but i need Ethernet connectivity not wifi , can you help hoe to connect ethernet shield with esp32 ?
no, but I can use google:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-ethernet-kit.html
an overview:
there is no cable (Ethernet) solution for https server on Arduino
have a look at the WT32-ETH01module - available on EBAY for about £15
HTTP server should be be straightforward - HTTPS is much more complex
consider using a Raspberry PI?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.