Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmlrpclib does not use http proxy #42558

Closed
greatred mannequin opened this issue Nov 6, 2005 · 4 comments
Closed

xmlrpclib does not use http proxy #42558

greatred mannequin opened this issue Nov 6, 2005 · 4 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@greatred
Copy link
Mannequin

greatred mannequin commented Nov 6, 2005

BPO 1349316
Nosy @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/akuchling'
closed_at = <Date 2005-12-08.14:55:01.000>
created_at = <Date 2005-11-06.02:07:15.000>
labels = ['library']
title = 'xmlrpclib does not use http proxy'
updated_at = <Date 2005-12-08.14:55:01.000>
user = 'https://bugs.python.org/greatred'

bugs.python.org fields:

activity = <Date 2005-12-08.14:55:01.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-06.02:07:15.000>
creator = 'greatred'
dependencies = []
files = []
hgrepos = []
issue_num = 1349316
keywords = []
message_count = 4.0
messages = ['26803', '26804', '26805', '26806']
nosy_count = 3.0
nosy_names = ['effbot', 'akuchling', 'greatred']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1349316'
versions = ['Python 2.4']

@greatred
Copy link
Mannequin Author

greatred mannequin commented Nov 6, 2005

The xmlrpclib class ServerProxy does not seem to be
able to make use of a HTTP proxy. This makes it
unusable behind a firewall where the proxy is the only
access to the destination server.

@greatred greatred mannequin closed this as completed Nov 6, 2005
@greatred greatred mannequin assigned akuchling Nov 6, 2005
@greatred greatred mannequin added the stdlib Python modules in the Lib dir label Nov 6, 2005
@greatred greatred mannequin closed this as completed Nov 6, 2005
@greatred greatred mannequin assigned akuchling Nov 6, 2005
@greatred greatred mannequin added the stdlib Python modules in the Lib dir label Nov 6, 2005
@effbot
Copy link
Mannequin

effbot mannequin commented Nov 12, 2005

Logged In: YES
user_id=38376

To handle this, you can use a custom transport. Here's an
example:

http://lowlife.jp/nobonobo/wiki/xmlrpcwithproxy.html

@akuchling
Copy link
Member

Logged In: YES
user_id=11375

I have a documentation change ready to go; will check that
in once I get permission.

@akuchling
Copy link
Member

Logged In: YES
user_id=11375

Documentation changed in rev. 41636. Thanks!

(Closing this bug, on the assumption that there's nothing
further to be done.)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant