Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45840 > unrolled thread
| Started by | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-05-23 16:22 -0400 |
| Last post | 2013-05-23 16:22 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: how to get the socket module compiled with SSL support Terry Jan Reedy <tjreedy@udel.edu> - 2013-05-23 16:22 -0400
| From | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-05-23 16:22 -0400 |
| Subject | Re: how to get the socket module compiled with SSL support |
| Message-ID | <mailman.2034.1369341281.3114.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web