The SSL communication between the Wi-Fi module ESP8266 and Firebase stopped working (via AT commands) . Why?
Posted: Tue Jul 13, 2021 12:26 am
We have a project that uses the esp8266 -01 wifi module to send SSL messages to the Firebase Real time database. The messages are sent using AT commands.
Everything worked perfectly for months, until one day, the communication failed!
It failed after we send the command:
Do you have any ideas what could be the reason for the problem?
Notes:
1.We connected the Wi Fi module directly to the computer and tried to run the sequence of AT commands in Tera Term, and again, we got the
2.We manage to send TCP messages without any problem. Only the SSL is causing us trouble.
3.We saw online mention of fingerprints, we never used it, and it used to work.
4.We saw online that increase SSLSIZE can help, But we have already increased to the maximum size (4096)
Thanks in advance!
Everything worked perfectly for months, until one day, the communication failed!
It failed after we send the command:
For which we received the response:AT + CIPSTART = "SSL", "project-name.firebaseio.com", 443
D.ERROR CLOSE
Do you have any ideas what could be the reason for the problem?
Notes:
1.We connected the Wi Fi module directly to the computer and tried to run the sequence of AT commands in Tera Term, and again, we got the
error after sending the command: CIPSTARTERROR CLOSED
2.We manage to send TCP messages without any problem. Only the SSL is causing us trouble.
3.We saw online mention of fingerprints, we never used it, and it used to work.
4.We saw online that increase SSLSIZE can help, But we have already increased to the maximum size (4096)
Thanks in advance!