-
So i have a question if its possible to instead of using networkclient built in to esp32 if we can use custom networking like
https://github.com/govorox/SSLClient
Or other Client based transports.
…
-
Hello,
I am experiencing an issue with my project using TinyGSM, SSLClient, and PubSubClient libraries where the MQTT connection randomly disconnects. The disconnects seem to occur specifically whe…
-
I'm getting
13:17:55.152 > (SSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection.
13:17:55.152 > (SSLClient)(SSL_ERROR)(m_print_br_error): Incoming record is too large to b…
-
**Describe the bug**
`SSLClient::connected` stops with "Socket was dropped unexpectedly" because m_client is done and returns false for `connected()` but SSLClient still has unread data in buffer.
…
-
Since code publishing seems the Google have changed the logging in way. In WEB app deployment are only two options, per "Execute as"/"Me" or /"User accessing the web app" and "Who has access"/"Only my…
-
**Describe the bug**
The code is fine tuned, everything works, but the performance of SSL engine is not stable. Particularly, when the internet traffic is absent, the SSL engine goes stuck. The attac…
-
I am trying to use the EthernetAWSIoT.ino on RP2040, but I've never connect to AWS cloud due to the Error writing to m_client.
The displayed messages are:
`12:28:44.197 -> Initialize Ethernet with D…
-
**Describe the bug**
I tried to use SSLClient on Arduino MKR NB 1500 with NB-IoT radio.
When I try to establish an HTTPS connection to `google.com`, it is getting stuck.
I have traced it down to `b…
-
**Describe the bug**
Built an application for ESP32 with SIM800L in early 2021, has been working fine for almost 3 years and then it broke.
I assume it's related to the server's Let's Encrypt cert…
-
Firts of all, thanks a lot to contribute. :-)
I am trining to connecting to AWS IOT by MQTT. I am using Esp32 with SIM800L.
To manage SIM800L I am using TinyGSM library.
So I copied and paste yo…