Hi Frank
I get a "HTTPSServer.hpp:11:10: fatal error: openssl/ssl.h: No such file or directory
11 | #include "openssl/ssl.h" error.
It seems that openssl has been deprecated by Esspressif in the ESP-IDF.
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/migration-guides/release-5.x/5.0/removed-components.html#:~:text=OpenSSL%2DAPI%20component%20is%20no,TLS%20or%20mbedtls%20API%20directly.
Any ideas how to get around this?