-->
Page 2 of 2

Re: SSL/TLS support?

PostPosted: Tue Oct 13, 2015 6:55 am
by t_i_t_o
There is a new SDK v1.4 and the release notes it say something about SSL, does it get us closer to SMTPs with TLS? I am also interested in this.

Re: SSL/TLS support?

PostPosted: Tue Oct 13, 2015 1:13 pm
by lethe
t_i_t_o wrote:There is a new SDK v1.4 and the release notes it say something about SSL, does it get us closer to SMTPs with TLS? I am also interested in this.

The SDK only supports TLS sockets, however most SMTP servers use the STARTTLS protocol to upgrade an unencrypted connection to TLS. So unless your server supports TLS sockets (SMTPS) on a dedicated port (usually 465), you still need to implement STARTTLS.

Re: SSL/TLS support?

PostPosted: Sun Oct 18, 2015 2:47 pm
by t_i_t_o
I am generally interested in sending mails via the gmail SMTP server which supports port 465. But currently I've solved this using Raspberry Pi and stunnel in the middle. Anyway ESP directly communicating with the gmail SMTP would be much cleaner approach.

Re: SSL/TLS support?

PostPosted: Sun Oct 25, 2015 6:26 am
by t_i_t_o
OK, took me some hours, but it is all ready now, SSL works like a charm, enjoy it - http://www.esp8266.com/viewtopic.php?f=6&t=6173