nikolalsvk
How to point a client's subdomain to Cloudflare and then to Railway?
Hi there, we want to achieve the following:
subdomain.client.com -> subdomain.our-domain.com -> our-app.up.railway.app
Right now, we instructed our client to create a CNAME subdomain.client.com -> subdomain.our-domain.com
And we have in our Cloudflare this CNAME subdomain.our-domain.com -> some-app.up.railway.app
But the problem arises when we turn on the Cloudflare proxy for the CNAME subdomain.our-domain.com -> some-app.up.railway.app. With the Cloudflare Proxy, we're getting
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
when visting subdomain.client.com in the Chrome-based browser.
Everything works fine without Cloudflare proxy, but we want to use Cloudflare's features.
The SSL/TLS encryption mode is Full, and we have no Page Rules set.
Is it possible to have this setup with Cloudflare proxy turned on?19 replies