-
Notifications
You must be signed in to change notification settings - Fork 269
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
esp-8266 with SSL #265
Comments
I'll take a look soon. I'm upgrading a couple of my devices and one of them has SSL enabled... |
I guess the Arduino core has (finally) retired axTLS. The async TCP library has not moved to BearSSL. This means that this library will not support TLS unless you're going to use Arduino core < v3. Latest is 2.7.4 |
Thanks for investigating this. |
It is possible but you'll need to use an updated fork. In any case, it has to go into the docs indeed. |
Can you point me to that fork ? |
I forgot, but you might want to check this: me-no-dev/ESPAsyncTCP#129 |
Hi,
Has anyone success with building the library for esp-8266 in platformio, preferably on a platform version 3 or later ?
When I compile with
platform = [email protected]
I get :And when I set the platform pior to 3.0 (
platform = espressif8266@<3
) I get :To be clear : I used this:
Any suggestions or help ?
TIA
Koenraad
The text was updated successfully, but these errors were encountered: