-
Notifications
You must be signed in to change notification settings - Fork 85
Net/http: TLS handshake timeout #68
Comments
Does this happen all the time or only sometimes? |
It does most of the time. I also thought to dns, but when i tried it with curl, i got an response. Maybe to much api request on the same time? |
we are using it pretty extensively and we don't come up with this error, maybe its related to ipv6? |
Same code, same remote state, execute on windows 10 works very well. I try get more information with the debug mode, but the only message i got was Post https://api.uptimerobot.com/v2/getAlertContacts: net/http: TLS handshake timeout |
Seems like an issue with your network from the looks of it. Has it been resolved? If not, can you try running a curl against the same url a few times and see if you get the same error? |
Also seeing this problem intermittently 😢 |
Most of the time, i got a few error messages with TLS handshake timeout like this
Some time it works correcty. But most of the time it dosen't. When i try to call a request against the api, i got successfull responses.
My environment:
Do you have any idea, why this could happend?
The text was updated successfully, but these errors were encountered: