python - Openshift bind TCP port -


i'm trying deploy python tcp listener on openshift i'm failing understand how manage external ports. googling , searching on openshift's own kb, this article mentioned lots of times no longer available. tcp server app listens on port 8080 (as per $openshift_python_port) , i'm trying connect internet on port 8000. nevertheless, doing means client app can establish connection if server app not started.

does have specific information on how this?

you can not make raw tcp connections openshift gears, can make http (80/443) , ws (8000/8443) connections. both types of connections go through proxy on node, http goes through apache proxy, , ws goes through node proxy. if want make raw tcp connections have use port forwarding location machine, , make sure publishing port information through custom cartridge.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -