hoeken / PsychicHttp

Simple + Robust HTTP/S server with websockets for ESP32 based on ESP-IDF http server.
MIT License
112 stars 27 forks source link

"No Server certificate supplied" #93

Closed gradhocJcalvo closed 3 weeks ago

gradhocJcalvo commented 3 months ago

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.

connornishijima commented 3 months ago

I have this issue as well, documented in my own repo's issue here:

https://github.com/Lixie-Labs/Emotiscope/issues/86

(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!

mhaberler commented 1 month ago

I have the same issue, see https://github.com/hoeken/PsychicHttp/issues/103

mhaberler commented 1 month ago

https://github.com/hoeken/PsychicHttp/pull/104 should fix this problem

mhaberler commented 4 weeks ago

@connornishijima @gradhocJcalvo

a fix has been merged, could you verify this works for you?

hoeken commented 3 weeks ago

fixed