13 days ago
The service is running fine .
11 Replies
Status changed to Open Railway • 13 days ago
Status changed to Awaiting User Response Railway • 13 days ago
13 days ago
added proxy from settings
Status changed to Awaiting Railway Response Railway • 13 days ago
0x5b62656e5d
Can you elaborate on “proxy”?
13 days ago
added proxy from settings
13 days ago
Proxy and a custom domain are two very different things.
Proxy is used when you just need to expose a TCP port (eg, for a database). A custom domain or generated domain is used when you want to serve HTTP traffic.
0x5b62656e5d
Proxy and a custom domain are two very different things. Proxy is used when you just need to expose a TCP port (eg, for a database). A custom domain or generated domain is used when you want to serve HTTP traffic.
13 days ago
Correct, my code is fine, proxies work, but https does not.
13 days ago
Also, I'd make sure the port the generated domain is mapped to is the same port your application is listening to.
0x5b62656e5d
Also, I'd make sure the port the generated domain is mapped to is the same port your application is listening to.
13 days ago
its correct
0x5b62656e5d
What are you trying to serve?
13 days ago
websocket
13 days ago
I tried both and its the same.