3 months ago
Hi community,
I connected a custom domain to my Node.js
service on Railway but the SSL certificate
has been stuck for over 24 hours.
Current status: "Certificate Authority is
validating challenges"
When I click "Try Again" it shows:
"Failed to issue TLS certificate - An
internal error occurred"
My DNS setup:
- CNAME @ → pointing to my Railway domain
- TXT _railway-verify → verified
The domain is resolving correctly to
Railway's IP (confirmed via nslookup).
The app works perfectly on the default
railway.app subdomain — only the custom
domain SSL is failing.
Has anyone experienced this? Is there a
fix or do I need to wait longer?
Thanks
2 Replies
Status changed to Awaiting Railway Response Railway • 3 months ago
3 months ago
Hey! Can you double check that you set the _acme-challenge CNAME. You didn't list it in your description, and it's the one record required for letsencrypt to validate ssl.
3 months ago
Thank you
That was helpful
