{"record":{"id":"d4842b69d1457ddc","repo":"XX-net/XX-Net","slug":"not-support","errorCode":null,"errorMessage":"not support","messagePattern":"not support","errorType":"console","errorClass":null,"httpStatus":null,"severity":"warning","filePath":"code/default/x_tunnel/local/cloudflare_front/check_ip.py","lineNumber":184,"sourceCode":"\n    wait_time = 0\n\n    ca_certs = os.path.join(current_path, \"cacert.pem\")\n    openssl_context = SSLContext(logger, ca_certs=ca_certs)\n    host_manager = HostManagerBase()\n    connect_creator = ConnectCreator(logger, config, openssl_context, host_manager, debug=True)\n    check_ip = CheckIp(logger, config, connect_creator)\n\n    #check_all_domain(check_ip)\n    #check_all_ip(check_ip)\n\n    res = check_ip.check_ip(ip, sni=sni, host=host, wait_time=wait_time)\n    if not res:\n        xlog.warn(\"connect fail\")\n    elif res.ok:\n        xlog.info(\"success, domain:%s handshake:%d\", res.host, res.handshake_time)\n    else:\n        xlog.warn(\"not support\")\n\n    front.stop()\n    sys.exit(0)\n","sourceCodeStart":166,"sourceCodeEnd":188,"githubUrl":"https://github.com/XX-net/XX-Net/blob/cfa5bc17b67676e467f37ec50766127e0ab5f0aa/code/default/x_tunnel/local/cloudflare_front/check_ip.py#L166-L188","documentation":"check_ip returned a result but res.ok is False: the connection/handshake succeeded enough to return, but the response did not validate (host not supported on that IP).","triggerScenarios":"Script mode check where TLS connects but the expected domain response check fails.","commonSituations":"IP is CloudFlare but does not serve the requested host; wrong SNI.","solutions":["Try a different SNI/host","Use a known-good domain for probing","Remove this IP from the usable pool"],"exampleFix":null,"handlingStrategy":"fallback","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":["Probe with a known-supported SNI","Discard IPs that fail res.ok instead of retrying"],"tags":["cloudflare","ip-check","not-supported","tooling"],"backgroundTag":"ip-health-check-failed","analyzedSha":"cfa5bc17b67676e467f37ec50766127e0ab5f0aa","analyzedAt":"2026-08-27T19:28:28.225Z","schemaVersion":2},"datasetVersion":"2026-08-28T00:17:15.603Z"}