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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
When enabling ssl_fingerprints option in esphome, we get a similar error to this:
Compiling .pioenvs/xxxx/lib975/ESPAsyncTCP-esphome/ESPAsyncTCP.cpp.o
In file included from /piolibs/ESPAsyncTCP-esphome/src/ESPAsyncTCP.cpp:84:0:
/piolibs/ESPAsyncTCP-esphome/src/tcp_axtls.h:44:25: fatal error: include/ssl.h: No such file or directory
#include "include/ssl.h"
^
compilation terminated.
So my question is which library gives support for the missing ssl.h header included in the src/tcp_axtls.h file?
Hello,
When enabling
ssl_fingerprintsoption in esphome, we get a similar error to this:So my question is which library gives support for the missing
ssl.hheader included in thesrc/tcp_axtls.hfile?Best,
Matija