Hi i am trying to send some data to my website using https get method by A7672S module, if i am transfer data through http get method means it is working fine, but while accessing via https it throw 715 handshake error. My device having correct date and time no issue with date time the following commands i am using for https get method
AT+CTZU=1
AT+CCLK?
AT+CGDCONT=1,"IP","airtelgprs"
AT+CGACT=1,1
AT+HTTPINIT
AT+HTTPPARA="URL",".php?id=10&data=1001/"
AT+HTTPACTION=0
AT+HTTPREAD=0,450
AT+HTTPTERM
In above commands i am sending http instead of https it is working fine but https get method getting 715 handshake error