cancel
Showing results for 
Search instead for 
Did you mean: 
  • 551 Views

Allowing TCP connections into .NET server

I have a .NET server coded in C# running on an OpenShift online project. The server executes fine and I have it listening on IPAddress.Any, on port 8080. I was hoping to use my client to connect to the port using the host url provided by OpenShift. However no connection can be made. The error I'm getting on my client is "'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond".

How am I able to open the port so that I can receive traffic from clients attempting to connect through the OpenShift website? Any suggestions? Thanks.

Labels (1)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.