Cloudflare stream custom domain throws Error 1000.
Using the new stream ability I should be able to have a custom domain. But it is failing… ironic since it’s all internal to Cloudflare.
Cloudflare stream custom domain throws Error 1000.
Using the new stream ability I should be able to have a custom domain. But it is failing… ironic since it’s all internal to Cloudflare.
I should also mention this is only on http, https doesn’t respond at all
That Error 1000 means your Cloudflare DNS A or CNAME record references another reverse proxy (such as an nginx web server that uses the proxy_pass function) that then proxies the request to Cloudflare a second time. Does the content of the CNAME point to a site proxied by Cloudflare? If so, can you try an A
record pointing to the IP of your server?