You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup simple HTTPS Server for POST and GET requests. But this is the error I'm facing
ERROR:
Multiple libraries were found for "WiFi.h"
C:\Users\DELL\Documents\Arduino\libraries\esp32_https_server-master\src/HTTPSServer.hpp:11:10: fatal error: openssl/ssl.h: No such file or directory
Used: C:\Users\DELL\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0\libraries\WiFi
11 | #include "openssl/ssl.h"
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32S3 Dev Module.
*ESP32 S3 Module
**Software **
IDE and Version: Arduino 1.8.19
Please help me resolving this error !!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup simple HTTPS Server for POST and GET requests. But this is the error I'm facing
ERROR:
Multiple libraries were found for "WiFi.h"
C:\Users\DELL\Documents\Arduino\libraries\esp32_https_server-master\src/HTTPSServer.hpp:11:10: fatal error: openssl/ssl.h: No such file or directory
Used: C:\Users\DELL\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0\libraries\WiFi
11 | #include "openssl/ssl.h"
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32S3 Dev Module.
*ESP32 S3 Module
**Software **
IDE and Version: Arduino 1.8.19
Please help me resolving this error !!
Beta Was this translation helpful? Give feedback.
All reactions