There is no built-in support for https on the Particle platform. The recommended method is to use webhooks.
If you must use direct https, the best TLS/SSL library is hirotakaster's library, but it's only TCP. You still need to implement HTTP on top of it. Also note that https uses a lot of data, it could use as much as a 5K per connection just for negotiation, so keep that in mind.