We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
i try to do a http get request with an https url. In debug mode, i get the following result:
`Testing GSM module For GPRS Connectivity Should be ready by now AT
OK
AT+CSCS="GSM"
AT+CMGF=1
AT+CMGL="ALL",0
Device is Attached Connecting to APN AT+CIPSHUT
SHUT OK
AT+CGATT=0
AT+SAPBR=0,1
ERROR
AT+SAPBR=3,1,"CONTYPE","GPRS"
AT+SAPBR=3,1,"APN","web.vodafone.de"
AT+SAPBR=3,1,"USER",""
AT+SAPBR=3,1,"PWD",""
AT+SAPBR=1,1
AT+CGATT=1
AT+CIPMUX=0
AT+CSTT="web.vodafone.de","",""
AT+CIICR
AT+CIFSR
100.73.30.57
Connected to Network Making HTTP Get Request AT+HTTPINIT
AT+HTTPPARA="CID",1
AT+HTTPPARA="URL",https://webapp.xxxxxxxxxxxxxx/t.php
AT+HTTPACTION=0
+HTTPACTION: 0,603,0
AT+HTTPREAD
Received Info: AT+HTTPREAD
AT+HTTPTERM
AT+CIPSHUT
+SAPBR 1: DEACT
ERROR `
What can i do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i try to do a http get request with an https url. In debug mode, i get the following result:
`Testing GSM module For GPRS Connectivity
Should be ready by now
AT
OK
AT+CSCS="GSM"
OK
AT+CMGF=1
OK
AT+CMGL="ALL",0
OK
Device is Attached
Connecting to APN
AT+CIPSHUT
SHUT OK
AT+CGATT=0
OK
AT+SAPBR=0,1
ERROR
AT+SAPBR=3,1,"CONTYPE","GPRS"
OK
AT+SAPBR=3,1,"APN","web.vodafone.de"
OK
AT+SAPBR=3,1,"USER",""
OK
AT+SAPBR=3,1,"PWD",""
OK
AT+SAPBR=1,1
OK
AT+CGATT=1
OK
AT+CIPMUX=0
OK
AT+CSTT="web.vodafone.de","",""
OK
AT+CIICR
OK
AT+CIFSR
100.73.30.57
Connected to Network
Making HTTP Get Request
AT+HTTPINIT
OK
AT+HTTPPARA="CID",1
OK
AT+HTTPPARA="URL",https://webapp.xxxxxxxxxxxxxx/t.php
OK
AT+HTTPACTION=0
OK
+HTTPACTION: 0,603,0
AT+HTTPREAD
OK
Received Info:
AT+HTTPREAD
OK
AT+HTTPTERM
OK
AT+CIPSHUT
SHUT OK
AT+CGATT=0
+SAPBR 1: DEACT
OK
AT+SAPBR=0,1
ERROR
`
What can i do?
The text was updated successfully, but these errors were encountered: