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

2013-05-23 Thread Terry Jan Reedy
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

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

2013-05-23 Thread Chris Angelico
On Thu, May 23, 2013 at 11:58 PM, 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 th

how to get the socket module compiled with SSL support

2013-05-23 Thread Kihup Boo
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