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

Are the Cloud helpers making HTTPS calls? #54

Closed
cottsak opened this issue Oct 13, 2015 · 9 comments
Closed

Are the Cloud helpers making HTTPS calls? #54

cottsak opened this issue Oct 13, 2015 · 9 comments

Comments

@cottsak
Copy link

cottsak commented Oct 13, 2015

related: and do the Http.get helpers, for example, support SSL/TLS out of the box? ie, if I supply a "https://host.." address will it know what to do? I only ask because in other libs its not automagic.

Also: is cert pinning easy?

@mkmik
Copy link
Contributor

mkmik commented Oct 13, 2015

HTTPS is not yet supported, but we are working on it. When it will be, the https:// prefix will be enough to specify SSL.

@cottsak
Copy link
Author

cottsak commented Oct 14, 2015

So all of your Cloud interaction is not encrypted? The stuff to/from your dashboard?

@mkmik
Copy link
Contributor

mkmik commented Oct 14, 2015

Yeah in the alpha version we didn't manage to squeeze the SSL library because of heap space and other SDK issues. It's a ESP8266 specific issue. The POSIX (raspberry pi, Galileo, etc) port has SSL support.

We obviously do indend to address the security of communication in the end product.

@cottsak
Copy link
Author

cottsak commented Oct 15, 2015

@mmikulicic Kool. That's good to hear. I'm keen to give this a go but no HTTPS is a deal breaker. I'll need that to get started.

@cottsak
Copy link
Author

cottsak commented Oct 16, 2015

@mmikulicic Consider that in IoT land, security/encryption can not be a feature! It has to be baked in and robust.

@mkmik
Copy link
Contributor

mkmik commented Oct 16, 2015

I couldn't agree more.

I'd even say more, releasing a half baked encryption is worse than releasing none.

Feel free to preview the other pieces of our platform and the other ports where SSL is available, keeping in mind try that this is literally an alpha release. Your feedback would be appreciated.

@cottsak
Copy link
Author

cottsak commented Oct 16, 2015

@mmikulicic Sounds like we're on the same page. I'll see how I go. Thanks mate.

@alashkin
Copy link
Contributor

SSL support was introduced.
It is described here: https://docs.cesanta.com/mongoose-iot/latest/#/javascript-api/http/

@cottsak
Copy link
Author

cottsak commented May 16, 2016

nice

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