I’ve set up Railgun successfully as specified by the Cloudflare documentation. The agent runs, I believe it is working, but when I press the “Test” button for my website in the Cloudflare “Speed” console, it comes back with: Error ‘Domain Name’, Railgun is not configured properly to accelerate ‘fqdn’ domain name.
Now the problem appears to be that the “Test” button calls → https://www.mydomain.com and not https://mydomain.com.
We have our domain set up to CNAME www to just mydomain.com, thus the 301 redirect reported by the Railgun test tool. I believe the 301 redirect is what is confusing Railgun’s test, but I have no way to prove that as I have no idea why the “Test” is defaulting to https://www.mydomain.com.
I’ve combed over my configuration thoroughly and everything appears to be set to the shorter mydomain.com not www.mydomain.com
Anybody out there have suggestions?
Thansk!