We are using cloudflare workers as a proxy. We are trying to wire custom hostname from cloudflare saas with our customers custom domains but when everything is being set we keep getting 522 connection timeout.
I’ave reading the documentation over and over again, I don’t see what we miss in order to make this work.
It seems that the 522 are because of my customer won’t trigger the worker because the worker will only trigger if the custom domain is being declared in the triggers. But the issue is that the only custom domain I can add needs to be on the active zone and that’s not possible because those domains are not mine.
How can I succeed in using cloudflare custom hostname for certificates and still trigger the worker ?