GPRS/EDGE
3-424 AT Commands Reference Manual June 30, 2008
Example
AT+MIPCSC=?
+MIPCSC: (1-4),(0-2047):
OK
AT+MIPCSC?
+MIPCSC: 1,0
+MIPCSC: 2,0
+MIPCSC: 3,0
+MIPCSC: 4,0
OK
AT+MIPCSC=2,256 // 256 = 00100000000 (binary), so in case of
// SSL_DOMAIN_NAME_MISMATCH alert,
// connection would be closed automatically.
OK
AT+MIPCSC?
+MIPCSC: 1,0
+MIPCSC: 2,256
+MIPCSC: 3,0
+MIPCSC: 4,0
OK
AT+MIPOPEN=2,2222,www.xyz.com,443,2 // connect to site using SSL protocol
OK
+MIPSSL: 2,19 // SSL_DOMAIN_NAME_MISMATCH alert received.
+MIPSTAT: 2,2 // Connection closed automatically due to received alert.
AT+MIP OPEN= 1,1111, www.xyz.com,443,2 // Connect to site using SSL protocol
OK
+MIPSSL: 1,19 // SSL_DOMAIN_NAME_MISMATCH alert received.
+MIPOPEN: 1,2 // Connection established despite of receiving alert.