ESP8266 Developer Zone The Official ESP8266 Forum 2021-09-10T11:06:32+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=10084 2021-09-10T11:06:32+08:00 2021-09-10T11:06:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10084&p=100195#p100195 <![CDATA[Re: Manage SSL connection using AT commands]]> https://docs.espressif.com/projects/esp ... connection

Statistics: Posted by Her Mary — Fri Sep 10, 2021 11:06 am


]]>
2021-09-09T05:08:59+08:00 2021-09-09T05:08:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10084&p=100190#p100190 <![CDATA[Re: Manage SSL connection using AT commands]]>
Have you been successful in your project with SSL implementation (certificates and keys)?

If yes, please help me, as I have the same problem, I tried several times to include the certificates in ESP8266 but I was unsuccessful.

Thanks,

Att

Statistics: Posted by prgvitor — Thu Sep 09, 2021 5:08 am


]]>
2018-06-05T14:34:29+08:00 2018-06-05T14:34:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10084&p=20632#p20632 <![CDATA[Re: Manage SSL connection using AT commands]]> AT+CWJAP="SSID","password" // connect to router
AT+CIPSTART="SSL","iot.espressif.cn",8443 // SSL connection

Statistics: Posted by Her Mary — Tue Jun 05, 2018 2:34 pm


]]>
2018-05-23T15:57:10+08:00 2018-05-23T15:57:10+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10084&p=20546#p20546 <![CDATA[Manage SSL connection using AT commands]]>
I work for a medical device manufacturer. We are considering integrating the WROOM-02 Espressif module in our devices to connect to a server to send information regarding the status of the device and to receive some information (changes in settings, for example).

We would communicate with the WROOM-02 module from our medical device microprocessor. We were planning to do so by using AT commands. This is the same strategy we are using to communicate with other communication modules (for example, GSM), and is quite simple to integrate in our microprocessor code. However, we do not know how to proceed to establish de SSL connection. We want to use certificates at least at the server level, and maybe also in the client (in the WROOM-02 module). When we read the docummentation, we understand that we have to flash the firmware of the Espressif module to load the certificates. However, in the GSM module, we can do so using an AT command, which significantly simplifies the process. Moreover, once the certificates are uploaded, we are not sure if we will be able to manage the communication using AT commands or if we need to use the API somehow.

Could you please give me some tips? I really appreciate your help. We are trying to decide if this module would be adequate for our application.

Statistics: Posted by dgzlz — Wed May 23, 2018 3:57 pm


]]>