Skip to content
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

Does this provide WSS too? #1

Open
paul591 opened this issue Oct 23, 2020 · 3 comments
Open

Does this provide WSS too? #1

paul591 opened this issue Oct 23, 2020 · 3 comments

Comments

@paul591
Copy link

paul591 commented Oct 23, 2020

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

@Bmooij
Copy link
Owner

Bmooij commented Oct 26, 2020

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.

@ManoharGuggilla
Copy link

ManoharGuggilla commented Feb 5, 2023

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 : )

@Bmooij
Copy link
Owner

Bmooij commented Feb 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants