I run a few tornado webservers which is used for a website and for ipad
apps ... everything is fine, but i have the clients connecting directly to
the servers .. i would like to abstract this so a hacker cannot figure out
the location of my servers and try to kill them ... i want to call the
server from python on another server (godaddy) ... when i try to connect
(in every way possible in python), i always get connection refused ... why?
the last test was using urllib2.Request but i have tried all ways i could
find on the python website ... any ideas? i see on the tornado server that
a get request is noted .. but why from python on godaddy it says connection
refused?