Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add https_get #54

Open
sjfaustino opened this issue Mar 20, 2020 · 0 comments
Open

Request to add https_get #54

sjfaustino opened this issue Mar 20, 2020 · 0 comments

Comments

@sjfaustino
Copy link

I'm uploading values (battery voltage) to thingspeak and it updates the values on thingspeak but since I'm using http_get with a https address, I get errors returned wich isn't a big deal since it works anyway.

client handshake start.
client handshake ok!
client's data invalid protocol
Error: SSL error 3

The issue is I'm also trying to send a message to Telegram whenever certain conditions are met and that doesn't work and returns an error code.

client handshake start.
client handshake failed
Error: SSL error 70
return code: -1

With my previous tests with a telegram bot library on arduino language, when that happened, I had to add setclient.Insecure() to make it work.

Is it possible to add a https_get so this can work?

Script if interested in checking it: https://pastebin.com/XgzkLGJU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant