Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45840

Re: how to get the socket module compiled with SSL support

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 <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; 'binary': 0.07; 'socket': 0.07; 'subject:support': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'mostly': 0.14; 'https': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:SSL': 0.16; 'wrote:': 0.18; 'module': 0.19; 'trying': 0.19; 'this?': 0.23; 'header:User- Agent:1': 0.23; 'module,': 0.24; 'oriented': 0.24; 'ssl': 0.24; 'compiled': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'to?': 0.30; 'subject:the': 0.34; 'subject:with': 0.35; 'connection': 0.35; 'in.': 0.36; 'url:org': 0.36; 'should': 0.36; 'list.': 0.37; 'url:library': 0.38; 'to:addr :python-list': 0.38; 'list,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'read': 0.60; 'received:173': 0.61; 'subject:get': 0.81; 'received:fios.verizon.net': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Jan Reedy <tjreedy@udel.edu>
Subject Re: how to get the socket module compiled with SSL support
Date Thu, 23 May 2013 16:22:34 -0400
References <OFA74B9882.89D804D7-ON85257B74.004C537A-85257B74.004CCA43@ca.ibm.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-173-75-251-66.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
In-Reply-To <OFA74B9882.89D804D7-ON85257B74.004C537A-85257B74.004CCA43@ca.ibm.com>
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.2034.1369341281.3114.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369341281 news.xs4all.nl 15890 [2001:888:2000:d::a6]:34360
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45840

Show key headers only | View raw


On 5/23/2013 9:58 AM, Kihup Boo wrote:
> I am trying to make an HTTPS connection and read that HTTPS support is
> only available if the socket module was compiled with SSL support.
>
> _http://www.jython.org/docs/library/httplib.html_
>
> Can someone elaborate on this? Where can I get the socket module for
> HTTPS, or how do I build one if I have to?

This is mostly a CPython oriented list. Any prebuilt CPython binary you 
get likely has SSL support compiled in. If you want to know about the 
jython socket module, you should check on a jython list, or just try it.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: how to get the socket module compiled with SSL support Terry Jan Reedy <tjreedy@udel.edu> - 2013-05-23 16:22 -0400

csiph-web