unhealthy: cannot dial: dial tcp4 104.16.132.229:443: i/o timeout - why? #1127
-
|
Hey, my log show the following status: What is wrong? What can i do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Anyway the point of it is to detect when the vpn connection fails for whatever reason and auto-restart the vpn. As a side note, I'm working on having more of these timeout/wait configurable actually, and having less aggressive defaults. |
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing these errors today as well. |
Beta Was this translation helpful? Give feedback.
unhealthy: cannot dial: dial tcp4 104.16.132.229:443: i/o timeoutis expected to happen from time to time. It runs every 5 seconds (after a success) or 1 second (after a failure), against cloudflare.com:443 (configurable). If it goes back to healthy it's all good.Anyway the point of it is to detect when the vpn connection fails for whatever reason and auto-restart the vpn.
As a side note, I'm working on having more of these timeout/wait configurable actually, and having less aggressive defaults.