Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45820
| Path | csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'stops': 0.07; 'subject:Error': 0.07; 'http': 0.09; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'https': 0.16; 'posted.': 0.16; 'subject:https': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'saying': 0.22; 'proxy': 0.24; 'ssl': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'fri,': 0.33; 'guess': 0.33; 'could': 0.34; 'subject:with': 0.35; "can't": 0.35; 'test': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'controls': 0.36; 'so,': 0.37; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'address,': 0.75; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=u8aZ92XxZMpGNVw0WRshzyZirC1Ux9PqNYes5ihJW8I=; b=sVQtlYLvFUfXGSw2QHxE+yQhkAsld5WbINEe5/44WnucHVPi0Sn3uJGAu4sIC/TAyy 5esivuJNDW9b/fmv0pYYWbfGBQ6QGeJk334cRyFP8o4K+8zA8YgWx025YjHae7a6rORj o+M9dz9tT6yenhTxGNksIRD4mVcLYtXn+1OubeCL9FJL9829NN4E/76bBZH9w+GHSsSF 6WZ+YPw0Ovfq1D//YzjD+oOMH7zmvXc0mc65Q6KPS3u5EElZSzbfBKWisJT7Od7l1rKx /zcxgnAl1mI9v9O14V1Zq+e6iGW7rup6jerJxUqGDo6B3nDQH3dMVU0bUdPOAv7PHbOS xE1g== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.164.163 with SMTP id yr3mr4886827vdb.76.1369325884955; Thu, 23 May 2013 09:18:04 -0700 (PDT) |
| In-Reply-To | <77525aba-65fc-41c3-aeb5-428d66719bee@googlegroups.com> |
| References | <683480d3-9b36-40f3-af61-e767178ceb87@googlegroups.com> <mailman.2019.1369324579.3114.python-list@python.org> <77525aba-65fc-41c3-aeb5-428d66719bee@googlegroups.com> |
| Date | Fri, 24 May 2013 02:18:04 +1000 |
| Subject | Re: Error with python 3.3.2 and https |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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.2021.1369325893.3114.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1369325893 news.xs4all.nl 15889 [2001:888:2000:d::a6]:42719 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45820 |
Show key headers only | View raw
On Fri, May 24, 2013 at 2:12 AM, <asianavatar@gmail.com> wrote: > I only have the http of the proxy. I guess I could find out the ip of it. However, even if I use the http proxy address, why would it work for a http site and not a https site if its the proxy that can't resolve. Can you post working code for HTTP and nonworking for HTTPS? There was no SSL in the code you posted. Or are you saying it's really just that you change the URL and it stops working? If so, I don't think we can test it without having your proxy... you may want to talk to whoever controls the proxy. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Error with python 3.3.2 and https asianavatar@gmail.com - 2013-05-23 08:48 -0700
Re: Error with python 3.3.2 and https Chris Angelico <rosuav@gmail.com> - 2013-05-24 01:56 +1000
Re: Error with python 3.3.2 and https asianavatar@gmail.com - 2013-05-23 09:12 -0700
Re: Error with python 3.3.2 and https Chris Angelico <rosuav@gmail.com> - 2013-05-24 02:18 +1000
Re: Error with python 3.3.2 and https asianavatar@gmail.com - 2013-05-23 10:49 -0700
Re: Error with python 3.3.2 and https Chris Angelico <rosuav@gmail.com> - 2013-05-24 08:23 +1000
Re: Error with python 3.3.2 and https asianavatar@gmail.com - 2013-05-24 11:08 -0700
csiph-web