cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I`m using the SPWF04SA and after submitting a HTTPGET command(AT+S.HTTPGET=<domain_name>,/,443,0,,,,,,) I receive AT-SOK, but see no data in the console window. I expect only to get 10 bytes of information.

RHolm
Associate II
 
1 REPLY 1
Elio Cometti
Senior II

​Hello,

I would expect this behavior when performing an HTTPGET to a TLS port, since the server would not recognize the handshake message and close the connection.

Please check if port 443 requires TLS, in the case please use

AT+S.HTTPGET=<domain_name>,/,443,2,,,,

Please be sure to load the server's Root CA certificate before performing the httpget, otherwise the operation will fail.

Regards,

Elio