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

Async SSL/TLS client #38

Closed
markusschweitzer opened this issue Jan 23, 2017 · 3 comments
Closed

Async SSL/TLS client #38

markusschweitzer opened this issue Jan 23, 2017 · 3 comments

Comments

@markusschweitzer
Copy link

Hi,
I want to use the AsyncClient in combination with SSL/TLS.

Is there an example for this, or do i have to do anything else than define ASYNC_TCP_SSL_ENABLED and set secure = true at the connect method?

Thanks in advance,
Markus

@me-no-dev
Copy link
Owner

there is nothing else :) you enable SSL, run git version of esp8266-Arduino and connect with secure = true

@me-no-dev
Copy link
Owner

keep in mind current implementation will not let you check against fingerptint or certificate. This is so it consumes as little memory as possible to run TLS.

@markusschweitzer
Copy link
Author

Thanks for the answer :)

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

2 participants