ESP8266 Developer Zone The Official ESP8266 Forum 2016-01-18T16:22:17+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1628 2016-01-18T16:22:17+08:00 2016-01-18T16:22:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1628&p=5411#p5411 <![CDATA[Re: SSL Handshake error in sdk 1.5.1]]>
Could you provide your test code ? We will have a try.

Or you can refer to the esp_iot_sdk\example\IoT_Demo, #define SERVER_SSL_ENABLE. It is an example of SSL server.

SSL documentation : http://bbs.espressif.com/viewtopic.php?f=51&t=1025.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Mon Jan 18, 2016 4:22 pm


]]>
2016-01-14T23:05:11+08:00 2016-01-14T23:05:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1628&p=5380#p5380 <![CDATA[SSL Handshake error in sdk 1.5.1]]>
What changes have been made in the ssl API? I was able to run the ssl server usnig sdk 1.5.0. However the server keeps crashing after I have updated the sdk to 1.5.1.

Code:

AP configuration was updated
add 1
aid 1
station: f8:cf:c5:dc:8d:47 join, AID = 1
server handshake start.
Fatal exception 28(LoadProhibitedCause):
epc1=0x4021503d, epc2=0x00000000, epc3=0x00000000, excvaddr=0x0000000c, depc=0x00000000

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 1588, room 16
tail 4
chksum 0xb6
load 0x3ffe8000, len 700, room 4
tail 8
chksum 0xfe
csum 0xfe

Statistics: Posted by crosofg — Thu Jan 14, 2016 11:05 pm


]]>