Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
connection refused from python
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
CODEY  
View profile  
 More options Jun 24 2012, 2:14 pm
From: CODEY <ed.pat...@gmail.com>
Date: Sun, 24 Jun 2012 11:14:11 -0700 (PDT)
Local: Sun, Jun 24 2012 2:14 pm
Subject: connection refused from python

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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CODEY  
View profile  
 More options Jun 24 2012, 2:22 pm
From: CODEY <ed.pat...@gmail.com>
Date: Sun, 24 Jun 2012 11:22:44 -0700 (PDT)
Local: Sun, Jun 24 2012 2:22 pm
Subject: Re: connection refused from python

i tried urllib instead of urllib2 and got similar:

et = <type 'exceptions.IOError'>
ev = [Errno socket error] [Errno 111] Connection refused


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
aliane abdelouahab  
View profile   Translate to Translated (View Original)
 More options Jun 25 2012, 7:57 am
From: aliane abdelouahab <alabdeloua...@gmail.com>
Date: Mon, 25 Jun 2012 04:57:38 -0700 (PDT)
Local: Mon, Jun 25 2012 7:57 am
Subject: Re: connection refused from python
why not using Ngnix that will 'hide' tornado?
never tried that, but i always see that answer.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »