I just purchased a domain on cloudflare and added it on my service on railway. I added the DNS record on cloudflare, and it now shows "Cloudflare proxy detected" in railway. However, I don't know which URL can now be used to access my APIs. (If I turn off the proxy from cloudflare, I can make API calls using my newly purchased domain, but I want it to be enabled)
#Custom domains can't be reached after adding cloudflare proxy
24 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
Can you show me your SSL settings on cloudflare?
can you walk me through where to find them ?
this is my first time using cloudflare
I remember choosing always use HTTPS and switch HTTP requests to HTTPS somewhere though
On cloudflare, select your domain, then on the left side of the screen in the menu, click on SSL
okay done
it now shows "Waiting for DNS update " in railway, but I can call my backend using the custom domain
That's fine, it just needs to update on their end
So, you can access the domain now?
is it possible to use a subdomain, for example instead of domain.com, backend-service.domain.com ?
yes, I can safely remove the generated railway domain I think? And anytime I make a request usingmy custom domain, it will first go through cloudflare, correct ?
okay thanks, appreciate your help