Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37853
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <sajuptpm@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'api.': 0.04; 'python': 0.09; 'subject:skip:a 10': 0.09; 'cc:addr:python-list': 0.10; 'subject:python': 0.11; 'library': 0.15; 'email name:<barry': 0.16; 'subject:proxy': 0.16; 'subject:through': 0.16; 'wrote:': 0.17; 'fix': 0.17; 'shipped': 0.17; 'jan': 0.18; 'code.': 0.20; 'issue.': 0.20; 'trying': 0.21; 'earlier': 0.21; '+91': 0.22; 'barry,': 0.22; 'cc:2**0': 0.23; 'work.': 0.23; 'cc:no real name:2**0': 0.24; 'url:bugs': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'post': 0.28; 'related': 0.30; 'code': 0.31; 'url:python': 0.32; 'received:google.com': 0.34; 'thanks': 0.34; 'url:org': 0.36; 'does': 0.37; 'subject:: ': 0.38; '2013': 0.84; 'url:%21': 0.91; 'scott': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=NuPm0nGhnwCvN48kiwPhFVmVPV8yvDwqvwiVmRYZqmc=; b=HVTmBPBpD7cpJh7ha+QCiuWQdNtZtQ40Eh2MgN1QlwS4D3X5wyEFm34ncqfX7n2MJ7 7VRQyzxwFgAtVMQ9tHrs9dhtqbAg0HMlowxlalkF5AVWS7LuFVlSq0X7ia9jn9Vmv+UA c7RINh8I+WCjPEK40w9SX5CHQ5T6Hnoc43t0EFhJNStN9bWVIuhTXl1co37KhAnechZf G4k3x8PFcEmKomLsjFjepSSULPX9Tm3JDEEyIhkssRfFMox0HFNgkVOlldu/ToXkCBXK dhutF9kEJV53qVYA+4w+jNOnDRz1cs9oEgRcwlfhZZB/sdRDRLwMElt7Rp+q3p9+NLwM NSDw== |
| X-Received | by 10.42.159.194 with SMTP id m2mr321264icx.13.1359442264605; Mon, 28 Jan 2013 22:51:04 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <4ED36D7D-7803-444A-91E4-E194EAC8159C@barrys-emacs.org> |
| References | <2b240090-4ae2-403b-9e82-61394d8a545f@googlegroups.com> <1903bc16-3056-4177-bea1-7996e6fbfeb5@googlegroups.com> <4ED36D7D-7803-444A-91E4-E194EAC8159C@barrys-emacs.org> |
| From | Saju M <sajuptpm@gmail.com> |
| Date | Tue, 29 Jan 2013 12:20:44 +0530 |
| Subject | Re: python: HTTP connections through a proxy server requiring authentication |
| To | Barry Scott <barry@barrys-emacs.org> |
| Content-Type | multipart/alternative; boundary=90e6ba6e8dfe46426404d467d1ab |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1165.1359442271.2939.python-list@python.org> (permalink) |
| Lines | 65 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1359442271 news.xs4all.nl 6961 [2001:888:2000:d::a6]:58582 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:37853 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi , Thanks barry, I solved that issue. I reconfigured squid3 with ncsa_auth, now its working same python code. Earlier I used digest_pw_auth. Actually I am trying to fix an issue related to python boto API. Please check this post https://groups.google.com/forum/#!topic/boto-users/1qk6d7v2HpQ Regards Saju Madhavan +91 09535134654 On Tue, Jan 29, 2013 at 5:01 AM, Barry Scott <barry@barrys-emacs.org> wrote: > The shipped python library code does not work. > > See http://bugs.python.org/issue7291 for patches. > > Barry > >
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
python: HTTP connections through a proxy server requiring authentication sajuptpm <sajuptpm@gmail.com> - 2013-01-26 11:12 -0800
Re: python: HTTP connections through a proxy server requiring authentication sajuptpm <sajuptpm@gmail.com> - 2013-01-26 11:31 -0800
Re: python: HTTP connections through a proxy server requiring authentication Barry Scott <barry@barrys-emacs.org> - 2013-01-28 23:31 +0000
Re: python: HTTP connections through a proxy server requiring authentication Saju M <sajuptpm@gmail.com> - 2013-01-29 12:20 +0530
csiph-web