Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to get the socket module compiled with SSL support

5 views
Skip to first unread message

Kihup Boo

unread,
May 23, 2013, 9:58:45 AM5/23/13
to pytho...@python.org

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?

Thanks,
- Kihup

Chris Angelico

unread,
May 23, 2013, 10:16:06 AM5/23/13
to pytho...@python.org
If you got a standard download, chances are it's going to have SSL
support. What error are you getting? Is it specifically telling you
that SSL support is not available? Post a minimal script and its
actual failure.

ChrisA

Terry Jan Reedy

unread,
May 23, 2013, 4:22:34 PM5/23/13
to pytho...@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.


0 new messages