{
    "php_version": "8.3.31",
    "os": "Linux",
    "architecture": "x86_64",
    "server_ip": "162.253.225.164",
    "extensions": {
        "curl": true,
        "dom": true,
        "libxml": true,
        "openssl": true
    },
    "disabled_functions": [],
    "shell": {
        "exec_available": true,
        "proc_open_available": true,
        "shell_exec_available": true
    },
    "system_curl": {
        "binary_found": "/usr/bin/curl",
        "can_execute": true,
        "usable": true,
        "note": null
    },
    "recommended_transport": {
        "transport": null,
        "reason": "Sunbiz appears blocked from this server IP for all tested transports."
    },
    "sunbiz_tests": {
        "php": {
            "transport": "php",
            "skipped": false,
            "reachable": false,
            "status_code": 403,
            "bytes": 6037,
            "cloudflare_blocked": true,
            "ok": false
        },
        "system_curl": {
            "transport": "system_curl",
            "skipped": false,
            "reachable": false,
            "status_code": 403,
            "bytes": 6122,
            "cloudflare_blocked": true,
            "ok": false
        },
        "auto": {
            "transport": "auto",
            "skipped": false,
            "reachable": false,
            "status_code": 403,
            "bytes": 6122,
            "cloudflare_blocked": true,
            "ok": false
        }
    },
    "dbpr_test": {
        "transport": "php",
        "skipped": false,
        "reachable": true,
        "status_code": 200,
        "bytes": 29509,
        "cloudflare_blocked": false,
        "ok": true
    },
    "live_verification": {
        "ok": false,
        "skipped": true,
        "reason": "No working Sunbiz transport was detected."
    },
    "deployment_architecture": {
        "mode": "hybrid",
        "summary": "Run DBPR on this server and delegate Sunbiz to sunbiz_worker.php on a home PC or VPS.",
        "sunbiz": {
            "host": "remote_worker",
            "files": [
                "sunbiz_worker.php",
                "worker_config.php",
                "src/",
                "vendor/"
            ]
        },
        "dbpr": {
            "host": "this_server",
            "transport": "php"
        },
        "x10_config": {
            "transport": "php",
            "sunbiz_remote_url": "https://your-worker-domain.example/sunbiz_worker.php",
            "sunbiz_remote_token": "shared-secret"
        }
    },
    "recommendations": [
        "Your server is Cloudflare-blocked for Sunbiz, but DBPR works. Options: (1) run php probe_proxies.php and use proxy_pool_file, (2) deploy sunbiz_worker.php on a trusted host, or (3) use Florida bulk SFTP for batch jobs.",
        "PHP cURL is being blocked by Cloudflare on Sunbiz. This is an IP reputation issue, not a missing PHP extension.",
        "Sunbiz is blocked for both PHP cURL and /usr/bin/curl from this server IP.",
        "Delete hosting_check.php after testing."
    ]
}