You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I easily download the file from http server but now i want the same from https server but without certificates...
i did it on esp32 using particular library but unable to do this on GSM M95R... any suggestions will be helpful??
Response: AT
OK
Response: AT+QSSLCFG="sslversion",0,4
OK
Response: AT+QSSLCFG="seclevel",1, 1
OK
Response: AT+QSSLCFG="ciphersuite",0,"0XFFFF"
OK
Response: AT+QSSLCFG="https",1
OK
Response: AT+QIFGCNT=0
OK
Response: AT+QICSGP=1,"ZONG"
OK
Response: AT+QIREGAPP
OK
Response: AT+QIACT
OK
Response: AT+QILOCIP
10.25.21.50
ready to download firmware!
Response: AT+QHTTPURL=33,60
CONNECT
Response:
OK
Response: AT+QHTTPGET=60
+CME ERROR: http response fail
i receive rather
+CME ERROR: http response fail
or
+CME ERROR: http socket connect error
The text was updated successfully, but these errors were encountered:
Hi, I easily download the file from http server but now i want the same from https server but without certificates...
i did it on esp32 using particular library but unable to do this on GSM M95R... any suggestions will be helpful??
Response: AT
OK
Response: AT+QSSLCFG="sslversion",0,4
OK
Response: AT+QSSLCFG="seclevel",1, 1
OK
Response: AT+QSSLCFG="ciphersuite",0,"0XFFFF"
OK
Response: AT+QSSLCFG="https",1
OK
Response: AT+QIFGCNT=0
OK
Response: AT+QICSGP=1,"ZONG"
OK
Response: AT+QIREGAPP
OK
Response: AT+QIACT
OK
Response: AT+QILOCIP
10.25.21.50
ready to download firmware!
Response: AT+QHTTPURL=33,60
CONNECT
Response:
OK
Response: AT+QHTTPGET=60
+CME ERROR: http response fail
i receive rather
+CME ERROR: http response fail
or
+CME ERROR: http socket connect error
The text was updated successfully, but these errors were encountered: