Học lẫn lộn tên sản phẩm (WAF, Cloudflare WAN/Magic WAN, Vectorize…) trước khi có use case Memorizing product names (WAF, Cloudflare WAN/Magic WAN, Vectorize…) before having a use case
Dễ overwhelm và không biết bắt đầu từ đâu trên dashboard. Leads to overwhelm and not knowing where to start in the dashboard.
Thay vào đó: Instead: Bắt đầu từ Start Here → chọn track → 1 use case. Start at Start Here → pick a track → one use case.
Dùng SSL/TLS “Flexible” khi origin đã có HTTPS Using SSL/TLS “Flexible” when origin already serves HTTPS
Có thể gây redirect loop hoặc traffic HTTP nội bộ không mong muốn. Can cause redirect loops or unintended HTTP between Cloudflare and origin.
Thay vào đó: Instead: Ưu tiên Full (strict) khi origin có cert hợp lệ. Prefer Full (strict) when origin has a valid certificate.
Cache mạnh trang login/checkout có cookie session Aggressively caching login/checkout pages with session cookies
User A có thể thấy nội dung của User B — lỗi bảo mật nghiêm trọng. User A might see User B’s content — a serious security issue.
Thay vào đó: Instead: Cache static assets; bypass cache cho HTML/API động. Cache static assets; bypass cache for dynamic HTML/API.
Dùng KV như database quan hệ Using KV as a relational database
KV eventual consistency, không có query SQL — không phù hợp giao dịch phức tạp. KV is eventually consistent with no SQL — not for complex transactions.
Thay vào đó: Instead: Dùng D1 cho dữ liệu có schema; KV cho config/flags/cache nhẹ. Use D1 for schema’d data; KV for config/flags/light cache.
Coi Zero Trust Access như “VPN mới” — mở full network Treating Zero Trust Access like a “new VPN” with full network access
Mất lợi ích least-privilege và audit theo từng app. You lose least-privilege and per-app audit benefits.
Thay vào đó: Instead: ZTNA: policy theo app + identity; SWG cho Internet browsing. ZTNA: per-app + identity policies; SWG for Internet browsing.
Tìm “Argo Tunnel” trong docs mới Searching for “Argo Tunnel” in current docs
Tên đã đổi thành Cloudflare Tunnel (`cloudflared`) trong Zero Trust. Renamed to Cloudflare Tunnel (`cloudflared`) in Zero Trust.
Thay vào đó: Instead: Dùng Cloudflare Tunnel / `cloudflared` — xem docs Zero Trust connectivity. Use Cloudflare Tunnel / `cloudflared` — see Zero Trust connectivity docs.