Open paul591 opened 4 years ago
Hi Paul,
This repo is used for as an example for a encrypted TCP connection. In other words it should work for WSS requests.
But keep in mind that there is still work to be done. Handshakes are slow (in my opinion) and connections are not reused. Every request goes through the slow handshaking progress.
Greetings, will this work in Arduino ide and please provide support for the implementation of SSL & WSS with ESPAsyncWebServer by me-no-dev.
as this AsyncTCP working in platform.io but providing error "issue AcSSlFileHandler has not been declared" for ESP32
Thanks in advance : )
You can try to download the modified AsyncTCP
library as a zip file. And manually load the zip file into the Arduino IDE.
Here you will find the modified library: https://github.com/Bmooij/AsyncTCP/tree/mbed-tls
Hi,
I have been watching the AsyncWebSocket implementation to see if it will provde WSS in the future, i got pointed to this repo, for https, but will this honour a WSS request when the handshake upgrades from https to wss?
Thank you! p