Robert Byrnes
Robert Byrnes
Hi, the -3 looks like a timeout coming from the ArduinoHttpClient. Also, it looks due to the ssl handshake failing. I have had this before and fixed when using ArduinoHttpClient...
Hi, @ilgarbenli I have used this lib with SIM800L and ArduinoHttpClient successfully A LOT. Just using client.post() method (look at ArduinoHttpClient examples. Using client.write() only And also (my favourite method...
Resource = "/something" As in https://api.example.com/something You have already given the host when you connected in the connect method as "api.example.com" so now the endpoint or resource is "/something"
solved by v1.2.0
Hi, I don't have the sim module you are using but if you post your full code I can try it later against my aws account.
This is great info in this thread! Haven't had a lot of time recently but feeling a pulling it all together update very soon. Please consider adding PR for any...
https://github.com/govorox/SSLClient/pull/78 @deeja @WebDust21 @TONYCHOU81905 Please see this PR and the comments in issue #71 This may now be fixed
closed as solved by v1.2.0
HI @weekroom First thing to try if you are sure about the cert is to place the cert directly in the main file without the PROGMEM directive. Does it work...
@weekroom Please post your sanitised main.cpp file (or however it is named) and I'll take a look...cheers