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

SSL support? #8

Closed
Eroc33 opened this issue Nov 18, 2017 · 13 comments
Closed

SSL support? #8

Eroc33 opened this issue Nov 18, 2017 · 13 comments

Comments

@Eroc33
Copy link

Eroc33 commented Nov 18, 2017

I was under the impression I would be able to use ssl with ESPAsyncWebServer on esp32, however as this library doesn't support ssl (whereas it's esp8266 counterpart does) it appears that's not possible?

It would be nice for this lib to be on par with the esp8266 version in terms of features to avoid surprises like this.

Is ssl support a feature that is likely to get implemented?

@me-no-dev
Copy link
Owner

yes it is :) as soon as I have time to investigate Async SSL. Not as easy as normal SSL

@h3ndrik
Copy link

h3ndrik commented Jan 29, 2018

basecamp is also waiting for someone to implement ssl support:

ct-Open-Source/Basecamp#8

@LaurentLouf
Copy link

Any news on that ?

@fremouw
Copy link

fremouw commented Nov 29, 2018

Hi, I've been working lately on adding TLS support using mbed-tls, I've got it working but the implementation is still a bit rough and needs some cleaning and improvements (and some testing). Anyway, feel free to check it out and make improvements, you can find my fork here: https://github.com/fremouw/AsyncTCP/tree/mbed-tls.

@mandulaj
Copy link

mandulaj commented May 9, 2019

Bump
Is there any news on this? I am trying to use SSL on my MQTT connection from an ESP32. Since I am using async-mqtt-client, I have managed to trace down the culprit of my failure to here. As far as I can see, the only option is to use Pubsubclient instead right now.

@LaurentLouf
Copy link

If you can update your esp-idf version, there's an MQTT library included in recent versions. And it supports SSL. From esp-idf 3.3 I think.

@fremouw
Copy link

fremouw commented May 9, 2019

Bump
Is there any news on this? I am trying to use SSL on my MQTT connection from an ESP32. Since I am using async-mqtt-client, I have managed to trace down the culprit of my failure to here. As far as I can see, the only option is to use Pubsubclient instead right now.

I've created a pull request to add support for TLS, see: #43. Works only as a client and I've been using it for MQTTS for some time now.

@stale
Copy link

stale bot commented Sep 21, 2019

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 21, 2019
@tve
Copy link
Contributor

tve commented Sep 21, 2019

Given #48 I believe this can be closed...

@stale
Copy link

stale bot commented Sep 21, 2019

[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.

@stale stale bot removed the stale label Sep 21, 2019
@jeroenst
Copy link

The issue is not resolved (yet) so imo this issue should still be open, right?

@tve
Copy link
Contributor

tve commented Oct 31, 2019

It has been superseded by #48

@Tanmay-FuelDaddy
Copy link

So It is concluded that this Library is not going to support Async SSL/TLS , but the ESP8266 gets it?
Perhaps there is a way to port that Lib to 32.

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

9 participants