SSL Certificate
r614
HOBBYOP

2 months ago

Hey folks, I recently deployed 3 services at roughly the same time -- a backend service and a frontend one.

<base_domain>.sh (prod)
api.<base_domain>.sh

dev.<base_domain>.sh

The api server and dev instances successfully got SSL certificates but the prod deployment did not.

I think this is because of the DNS setup. Railway wants an @ CNAME for the base domain, however Vercel does not allow that anymore. So I added followed the vercel guideline and added an ALIAS instead.

I'd really like to ship this. This is not a DNS issues since I can correctly access the website, it seems to be an issue with how SSL certs are being sent out.

Attachments

$10 Bounty

2 Replies

2 months ago

Hello!
Unfortunately we do not support ALIAS records for custom domains. You'd have to use Cloudflare for your DNS management to set an apex cname.


Status changed to Awaiting User Response Railway about 2 months ago


r614
HOBBYOP

2 months ago

I just migrated domains to Cloudflare, but this seems a bit weird -- even cloudflare throws an error for apex domains like mine:

Attachments


Status changed to Awaiting Railway Response Railway about 2 months ago


Loading...