connectivity.cloudflareclient.com ERR: http 522
I had a strange problem today. I can't connect to Cloudflare's connectity check endpoint, This causes me to not connect to Cloudflare WARP.
1 Reply
Support AI
Based on the provided output, it appears that you are experiencing a connectivity issue with Cloudflare's WARP service. The error message "No Network" suggests that the WARP client is unable to establish a connection to Cloudflare's network.
According to the documentation (https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/troubleshooting/client-errors/), the "CF_HOST_UNREACHABLE_CHECK" error can occur when the WARP client is unable to reach the connectivity check endpoint.
The output from the
curl
command suggests that the issue is not with the DNS resolution, as the hostname is being resolved correctly. However, the connection to the IPv4 addresses (162.159.138.65 and 162.159.137.65) is failing with a "Network is unreachable" error.
The successful connection to the IPv6 address (2606:4700:7::a29f:8941) and the receipt of a 522 error code suggests that the issue may be related to the IPv4 connectivity.
To troubleshoot this issue, you can try the following:
1. Check your network configuration to ensure that IPv4 traffic is not being blocked or restricted.
2. Verify that your firewall or router is not blocking traffic to the Cloudflare connectivity check endpoint.
3. Try bypassing any third-party software or services that may be interfering with the WARP connection.
If none of these steps resolve the issue, you may want to try checking the WARP debug logs for more detailed error messages.Sources
Feedback
Feedback has been submitted! Thank you :)
This is an AI generated response, it may not be 100% accurate. Please validate the output. You can ask followups by replying to this message or mentioning me.