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