Is Business Plan Enough for Cloudflare for SaaS? Real Use Case with Workers + Custom Hostnames
Was the site working with SSL prior to adding it to Cloudflare?
Yes
What is the current SSL/TLS setting?
Off
What are the steps to reproduce the issue?
Hey Cloudflare team & community
I’m building a SaaS platform where my clients point their own domains — like lp.clientsite.com — to my infrastructure via CNAME to connect.lightmoon.me (my primary domain).
Here’s what I need technically:
Automatically issue SSL certificates for each client domain
Use Cloudflare proxy (orange cloud) to protect and filter traffic
Execute custom logic via Cloudflare Workers, using:
Host header
IP address
Geolocation
Query/hash parameters
Ideally use wildcard support like *.clientsite.com
Manage everything through Cloudflare API (custom hostname registration)
Can I do this with the Business plan? Or only with Enterprise?
In this case, is it necessary to make a business plan?
Is there any option I can do to not have Enterprise (as it does not apply in our initial phase)?
You either need to add the client domain as a custom domain to the Worker, or (better) create a Worker Route that matches all domains and then another route to exclude domains that you don#t want on the Worker.