-
Notifications
You must be signed in to change notification settings - Fork 435
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
Comments
HTTPS is not yet supported, but we are working on it. When it will be, the https:// prefix will be enough to specify SSL. |
So all of your |
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. |
@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. |
@mmikulicic Consider that in IoT land, security/encryption can not be a feature! It has to be baked in and robust. |
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. |
@mmikulicic Sounds like we're on the same page. I'll see how I go. Thanks mate. |
SSL support was introduced. |
nice |
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?
The text was updated successfully, but these errors were encountered: