Skip to content

πŸš€ Feature Request: wrangler dev --remote with SSL for SaaS hostnamesΒ #8271

Open
@timkelty

Description

@timkelty

Describe the solution

I have HTTP routes pointing to a worker, where the route is a custom hostname creating in SSL for SaaS, e.g.:

  • my-ssl-for-saas-domain.com/* β†’ my-production-worker
  • *.my-ssl-for-saas-domain.com/* β†’ my-production-worker

I'm trying to get wrangler dev --remote working, but the worker needs the hostname of the request set properly to work.

I've tried this:

wrangler dev --remote --env production --host my-ssl-for-saas-domain.com

…but get this error:

✘ [ERROR] Could not find zone for my-ssl-for-saas-domain.com. Make sure the domain is set up to be proxied by Cloudflare.

Is it possible for this to work, or is there another way to achieve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      Untriaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions