HTTPS Support for Core

How can i get HTTPS support for core?

The Core itself cannot support HTTPS due to hardware constraints. You can, however, use the webhooks feature, which should provide the same functionality. You can even offload some work to the cloud as far as parsing json responses go, to make it easier on your Core.
Take a look at the docs: http://docs.particle.io/core/webhooks/

1 Like