Access To Ssl/Tls Server (Verify Server And Client) - SimCom SIM7600 Series Command Manual

Lte module
Hide thumbs Also See for SIM7600 Series:
Table of Contents

Advertisement

Smart Machine Smart Decision
</body>
</html>
//Disconnect from the Service
AT+CCHCLOSE=0
OK
+CCHCLOSE: 0
//stop SSL Service
AT+CCHSTOP
OK
+CCHSTOP: 0

3.4 Access to SSL/TLS server (verify server and client)

Following commands shows how to access to a SSL/TLS server with verifying the server and client. It needs to
configure the authentication mode to 2, the right server root CA, the right client certificate and key, and then it
will connect to the server successfully.
// Set the SSL version of the first SSL context
AT+CSSLCFG="sslversion",0,4
OK
// Set the authentication mode(verify server and client) of the first SSL context
AT+CSSLCFG="authmode",0,2
OK
// Set the server root CA of the first SSL context
AT+CSSLCFG="cacert",0,"ca_cert.pem"
OK
// Set the client certificate of the first SSL context
AT+CSSLCFG="clientcert",0,"cert.pem"
OK
// Set the client key of the first SSL context
AT+CSSLCFG="clientkey",0,"key_cert.pem"
SIM7500_SIM7600_SIM7800 Series_SSL_AT Command Manual
26 / 36

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIM7600 Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Sim7500 seriesSim7800 series

Table of Contents

Save PDF