simple socket server got timeout error

hi i have a simple question if i have a java simple sever (spring boot) and in my app in another port i have a simple server sockt. when i call to him with socket im getting timeout error, why?
11 Replies
Percy
Percy9mo ago
Please provide your project ID or reply with N/A. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.
Percy
Percy9mo ago
No project ID was provided. Closing thread.
dorluzgarten
dorluzgarten9mo ago
bd356248-10e2-4098-a5cd-8874323dc122
Medim
Medim9mo ago
Are you using a custom domain or the default domain provided by railway?
dorluzgarten
dorluzgarten9mo ago
Default domain but I means to Socket no web socket
Brody
Brody9mo ago
now by socket, do you mean websockets?
dorluzgarten
dorluzgarten9mo ago
TCP socket
Brody
Brody9mo ago
sorry you can only access your service over https externally
dorluzgarten
dorluzgarten9mo ago
Ok thnkes
Brody
Brody9mo ago
if you don't need to access that TCP socket externally, you can always access it from other services in the same project over the private network