a month ago
The service is running fine .
11 Replies
Status changed to Open Railway • 30 days ago
Status changed to Awaiting User Response Railway • 30 days ago
a month ago
added proxy from settings
Status changed to Awaiting Railway Response Railway • 30 days ago
0x5b62656e5d
Can you elaborate on “proxy”?
a month ago
added proxy from settings
a month 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.
a month ago
Correct, my code is fine, proxies work, but https does not.
a month 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.
a month ago
its correct
0x5b62656e5d
What are you trying to serve?
a month ago
websocket
a month ago
I tried both and its the same.