Reusables
Reusables
I am also seeing this same error about BIGNUM. I have tried with PROGMEM and without. Occasionally, different errors are reported: `[196206][E][ssl__client.cpp:45] _handle_error(): [start_ssl_client():353]: (-29184) SSL - An invalid SSL...
Thanks all! I can also test on a simcom 7600G-h if that's helpful at all.
Chiming in to say I have updated to 1.2.0 but still see intermittent occurrences of the BIGNUM error: ```sh [346279][E][ssl__client.cpp:169] client_net_send(): Not connected! [346279][E][ssl__client.cpp:46] _handle_error(): [send_ssl_data():900]: (-2) BIGNUM - An...
Thanks for the input! Our signal strength is around 26, which is pretty decent, but the antenna is also in a fairly tight space so I will continue to monitor...
I am using SIMCOM 7600G-H modem and it seems to work ok, but I have to disable SSL, which isn't the best but at least it's functional `#define _DISABLE_TLS_`
@JoelMuhanguzi I see you closed this issue recently, however, I'm wondering why we have to disable TLS for to use ThingerTinyGSM and if there are any plans to repair this...
Ok got it, thanks Joel, that makes sense. I have to import a whole other library to communicate with an SSL endpoint via TinyGSM so yes, their support for TLS...
Thanks for the tip! I went with https://github.com/govorox/SSLClient but the library you linked looks quite good.
@koushikDeb @Matt-Stedman Thanks you two, I was able to connect to my API over SSL using `[email protected]:Hard-Stuff/TinyGSM.git` At first glance it does seem a fair bit more performant than wrapping...
I currently am trying to build my application with some png files in a "hidden" folder in `/api`, at `/api/_images/*.png` for example, but this yields a build error saying no...