-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No Server certificate supplied" #93
Comments
I have this issue as well, documented in my own repo's issue here: (I'm also on espressif/arduino-esp32 3.0.0 / IDF 5.x) Thank you very much for your work so far on this library, it's hugely appreciated! |
I have the same issue, see #103 |
#104 should fix this problem |
@connornishijima @gradhocJcalvo a fix has been merged, could you verify this works for you? |
fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Conditions: With new update from espressif on Arduino IDE enviroment, (3.0 board version). And using ESP32-S3. Default partition scheme. SSL hast to be enabled on example. With http it works fine.
BUG: E (1160) esp_https_server: No Server certificate supplied
-With example of the library.
-LittleFS uploaded (no errors when reading it).
If I downgrade to V2.16 of board all works fine.
Thank you very much.
The text was updated successfully, but these errors were encountered: