Node claiming fails with a problem connecting to app.netdata.cloud.
Failed to connect to https://app.netdata.cloud, return code 60
Connection attempt 1 failed. Retry in 1s.
Failed to connect to https://app.netdata.cloud, return code 60
Connection attempt 2 failed. Retry in 2s.
Failed to connect to https://app.netdata.cloud, return code 60
Connection attempt 3 failed. Retry in 3s.
The node is on Linode and from there I cannot ping app.netdata.cloud and a traceroute hangs up on an akamai node. Perhaps this is normal ICMP blocking for security.
Hey!
You are not alone with this problem. Problem is that ~middle 2021, Let’s Encrypt changed their certificate chain. Because of that many systems that are not updated often enough faced the problem of not trusting our current certificate. Your machine does not trust us because path of certification is not trusted for it.
But just to be sure I checked our app.netdata.cloud and it looks healthy:
openssl s_client -connect app.netdata.cloud:443 | openssl x509 -noout -dates
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = app.netdata.cloud
verify return:1
notBefore=Oct 19 06:50:32 2022 GMT
notAfter=Jan 17 06:50:31 2023 GMT