So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By mentokthemindtaker
#64197 Hi,
I've got a problem with SSL connections I'm trying to start...

I use:
AT+CIPSSLSIZE=4096

OK
AT+CIPSTART="SSL", "script.google.com", 443

It works for my home wifi (returns "OK" and proceeds with send, but not my work wifi or my hotspot mobilephone wifi (It returns ERROR for them).

They all work when I call from chrome.
https://script.google.com/macros/s/....etctetc



I'm using one of these wifi boards I bought from Jaycar:
https://www.jaycar.com.au/arduino-compa ... d/p/XC4614

I've upgraded the firmware to:
AT+GMR

AT version:1.2.0.0(Jul 1 2016 20:04:45)
SDK version:1.5.4.1(39cb9a32)
Ai-Thinker Technology Co., Ltd.
Integrated AiCloud 2.0 v0.0.0.4
Build:1.5.4.1 Mar 7 2017 15:37:08

I don't have many clues to go on with just "ERROR"...i've never used 'wireshark' before...will that help me?

I'd love some suggestions for further diagnostics/investigation/etc

to assist with simplifying my problem solving...I am powering this board without an Arduino, and I've connected TX and RX straight to the board...and I'm typing in the commands via putty...

I get a connect with my home wifi, then immediately AT+CWJAP to wifi via my mobilephone hotspot and get ERROR...so I'm not changing any settings by powering down or anything.

All three connect with thru the ESP8266 with "TCP" instead of "SSL", but I really want to send data to google script and they only do SSL/HTTPS.

Thanks in advance for your thoughts and advice.

Regards,
Mentok the Mindtaker.