OpenSSL error #190
Unanswered
teja912
8000
1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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