AT Commands Reference Guide
80529ST10815A Rev.2– 2017-09-14
ReproductionforbiddenwithoutTelitCommunicationsS.p.A.writtenauthorization‐AllRightsReserved page178of233
#SSLH – Close a SSL socket
AT#SSLH=
<SSId>[,<ClosureTyp
e>]
This command allows closing the SSL connection.
Parameters:
<SSId> - Secure Socket Identifier
1 - Until now SSL block manage only one socket.
< ClosureType >: how to close SSL socket
0 – Until now, only closure type 0 supported. SSL session id and keys are free.
Note: if secure socket is not enabled using AT#SSLEN only test requests can be
made.
AT#SSLH=? Test command returns the range of supported values for all the parameters:
#SSLH: (1),(0)
Restore a SSL socket after a +++
-
#SSLO
#SSLO - Restore a SSL socket after a +++
AT#SSLO=<SSId>
This command allows to restore a SSL connection (online mode) suspended by an
escape sequence (+++). After the connection restore, the CONNECT message is
printed.
Please note that this is possible even if the connection has been started in command
mode (#SSLD with <connMode> parameter set to 1).
Parameters:
<SSId> - Secure Socket Identifier
1 - Until now SSL block manage only one socket.
Note: if secure socket is not enabled using AT#SSLEN only test requests can be
made.
Note: Before opening a SSL connection the GPRS context must have been
activated by AT#SGACT=X, 1.
Note: if an error occur during reconnection the socket cannot be reconnected then a
new connection has to be done.
AT#SSLO=? Test command returns the range of supported values for all the
parameters:
#SSLO: (1)