Closed hirani89 closed 5 years ago
can you provide an error log
How do I get the logs?
On 28 Feb 2019, at 8:36 pm, Kevin Siml notifications@github.com wrote:
can you provide an error log
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/appzer/pushsafer-arduino-library/issues/3#issuecomment-468203623, or mute the thread https://github.com/notifications/unsubscribe-auth/ACJoOiQj7F8p3LmKRacr2iKlkqFHy1OBks5vR6MngaJpZM4bWDjh.
All I get in the Serial Monitor is the following:
WiFi connected
IP address: 172.16.101.14
Sent
After changing the library code to output more information about the whole process, I realised that the code fails on if (client->connect(HOST, SSL_PORT))
.
I have made sure the this works with postman or curl from terminal.
you need SSL support, because the api communicate over https
So how do I fix this?
here you will find the necessary informations: https://arduino.stackexchange.com/questions/4/how-to-get-https-on-arduino
Hi,
I really appreciate you made this library but it does not seem to work.
Is it because of the new changes you made a couple of weeks ago?
When I try with Postman, it works.
WiFi connection is successful as well.
My test code below: