Do railway deployments come with SSL certs?
If I'm just using a myserver.railway.app subdomain, how do I access the ssl key & certs? or do I need to set up my own custom domain?
7 Replies
Project ID:
00a9aee7-ee34-4e90-bf22-18faf813633a
00a9aee7-ee34-4e90-bf22-18faf813633a
those domains come with SSL certs, there is nothing you need to do
railway will even do SSL certs for custom domains, again nothing you need to do, it's done all automatically
Hey sorry for the delayed response
hmm weird, I was just testing out Bun and set up a WebSocket server, and it works mostly fine, but then I noticed it doesn't have the certs on it
the bun side of things won't, you run that in http/ws and then you connect to https/wss on the public domain
ahh I see ok, lemme try
thx!
no problem!