ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev. 11 Page 833 of 1039 2021-09-23
Examples
Store CA certificate 1 for www.site1.com in RAM
#SSLSECDATA=1,3,1,<len>
>...
Connect #SSLD=1,443,"www.site1.com",...
CONNECT
+++
OK
Store CA certificate 2 for www.site2.com in RAM
#SSLSECDATA=1,3,1,<len>
>...
Connect
#SSLD=2,443,"www.site2.com",...
CONNECT
+++
OK
Now, the socket 1 is closed by the remote side, or by the user (with #SSLH
command)
To reopen socket 1, enter again #SSLSECDATA command for
www.site1.com
#SSLSECDATA=1,3,1,<len>
>...
Connect
#SSLD=1,443,"www.site1.com",...
CONNECT
+++
OK
Now, the socket 2 is closed by the remote side, or by the user (with #SH
command)
To reopen socket 2, enter again #SSLSECDATA command for
www.site2.com
#SSLSECDATA=1,3,1,<len>
>...