MKRGSM icon indicating copy to clipboard operation
MKRGSM copied to clipboard

Troubleshooting the SSL Web Client sketch

Open boriskogan81 opened this issue 3 years ago • 0 comments

I am using a MKR1400 with an activated Arduino SIM and trying to set up a basic HTTP SSL connection over GSM. I'm using the example web client sketch found here: https://www.arduino.cc/en/Tutorial/MKRGSMExamplesSSLWebClient

I get this output:

OK
AT+USECPRF=0,0,1

OK
AT+USOCO=0,"arduino.cc",443

ERROR
AT+USOCL=0

ERROR
connection failed

+UUSOCL: 0

disconnecting.

How do I troubleshoot/debug this?

boriskogan81 avatar Jun 28 '21 15:06 boriskogan81