Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By hackrid
#592 In the New IoT example there are some compiler flags which indicate ssl support. But not tested or even compiled yet.

DDoes that new example even compile with the leaked vm?

Regards
User avatar
By jonsmirl
#593 Finding out about SSL support would be helpful. I know someone who would significantly help with funding an open source switched output design, but they said not without SSL support.
User avatar
By tinhead
#595
hackrid wrote:In the New IoT example there are some compiler flags which indicate ssl support. But not tested or even compiled yet.


well, i can enable all SSL defines and build IoT app without any problems:
#define SERVER_SSL_ENABLE
#define CLIENT_SSL_ENABLE
#define UPGRADE_SSL_ENABLE

as they added cloud support and update via cloud there must be ssl, and it seems that it is there.


hackrid wrote:Does that new example even compile with the leaked vm?


yes of course it does.