Re: urllib2 and SSL

2005-05-26 Thread Paul Rubin
rbt <[EMAIL PROTECTED]> writes: > Thanks for the tip... how *does* all of the other Win32 apps handle > SSl w/o installing OpenSSL? Do they bundle it and only use it for > themselves? That seems foolish. Mozilla has its own SSL stack. IE uses one built into wininet, I think. -- http://mail.pytho

Re: urllib2 and SSL

2005-05-26 Thread rbt
flamesrock wrote: > don't you need to install openSSL? > > I'm not sure. > I don't understand why, but that fixes it. I used the OpenSSL binary from here: http://www.openssl.org/related/binaries.html Thanks for the tip... how *does* all of the other Win32 apps handle SSl w/o installing OpenSS

Re: urllib2 and SSL

2005-05-26 Thread rbt
flamesrock wrote: > don't you need to install openSSL? > > I'm not sure. > How does IE and Firefox handle SSL??? I didn't install anything for them to work. -- http://mail.python.org/mailman/listinfo/python-list

Re: urllib2 and SSL

2005-05-25 Thread flamesrock
don't you need to install openSSL? I'm not sure. -- http://mail.python.org/mailman/listinfo/python-list

urllib2 and SSL

2005-05-25 Thread rbt
urllib2 handles https request flawlessly on my Linux machines, but errors out on Windows like this: PythonWin 2.4 (#60, Nov 30 2004, 09:34:21) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/About PythonWin' for further copyright i