Dusting off an old thread .... --On 12 August 2002 15:01 -0400 Casey Duncan <casey@zope.com> wrote:
Ok then,
What OS is the Zope (or more specifically Apache/IIS/Whatever) server running on and what version of openSSL or (insert your sll lib here) is it running?
I just tried the latest and greatest External Editor (V0.6) under Win XP but couldn't get it to work over SSL with the files (libeay32.dll, ssleay32.dll, _socket.pyd) provided by the installer. However, if I instead used the files in <http://pypgsql.sourceforge.net/misc/python22-win32-ssl.zip> then all is well. I don't have much of an understanding of what is happening under the bonnet here and so can only offer this as a bit of empirical evidence.
This is actually the Python SSL library complaining about the server not following the protocol correctly. This is a know issue on Solaris, and possibly other OSes given the specific openssl versions (and IIS too).
I was using it against a Linux box running RedHat 7.3. Our production boxes run Solaris - is this still known to be an issue? TIA Paul -- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
--On 06 January 2003 07:13 +0000 Paul Browning <paul.browning@bristol.ac.uk> wrote:
I just tried the latest and greatest External Editor (V0.6) under Win XP but couldn't get it to work over SSL with the files (libeay32.dll, ssleay32.dll, _socket.pyd) provided by the installer.
However, if I instead used the files in <http://pypgsql.sourceforge.net/misc/python22-win32-ssl.zip> then all is well.
Ooops. Spoke too soon - all is well in Mozilla but not with IE6 (okay in IE6 over non-ssl connection). Anyone solved this? Paul -- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
On Monday 06 January 2003 02:13 am, Paul Browning wrote:
Dusting off an old thread ....
--On 12 August 2002 15:01 -0400 Casey Duncan <casey@zope.com> wrote:
Ok then,
What OS is the Zope (or more specifically Apache/IIS/Whatever) server running on and what version of openSSL or (insert your sll lib here) is it running?
I just tried the latest and greatest External Editor (V0.6) under Win XP but couldn't get it to work over SSL with the files (libeay32.dll, ssleay32.dll, _socket.pyd) provided by the installer.
However, if I instead used the files in <http://pypgsql.sourceforge.net/misc/python22-win32-ssl.zip> then all is well.
I'll go and grab those and se if I can fix the release. Thanks!
I don't have much of an understanding of what is happening under the bonnet here and so can only offer this as a bit of empirical evidence.
I've had trouble locating versions of these dlls that work with 2.2.2. So I think you hit the nail on the head. Thanks.
This is actually the Python SSL library complaining about the server not following the protocol correctly. This is a know issue on Solaris, and possibly other OSes given the specific openssl versions (and IIS too).
I was using it against a Linux box running RedHat 7.3. Our production boxes run Solaris - is this still known to be an issue?
I have a workaround in the client that should suppress this error (since it doesn't affect its operation). Let me know if it still shows up in 0.6. It shouldn't. -Casey
--On 06 January 2003 10:03 -0500 Casey Duncan <casey@zope.com> wrote:
I was using it against a Linux box running RedHat 7.3. Our production boxes run Solaris - is this still known to be an issue?
I have a workaround in the client that should suppress this error (since it doesn't affect its operation). Let me know if it still shows up in 0.6. It shouldn't.
Seems fine. Using 0.6 client over SSL against 0.5 server on Solaris worked fine - using Mozilla and Opera. IE6 was non-starter over SSL though (see my other post). Paul -- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
What is the error? Is it one of those "Can't find the file foobar[1].html" errors? -Casey On Monday 06 January 2003 03:02 pm, Paul Browning wrote:
--On 06 January 2003 10:03 -0500 Casey Duncan <casey@zope.com> wrote:
I was using it against a Linux box running RedHat 7.3. Our production boxes run Solaris - is this still known to be an issue?
I have a workaround in the client that should suppress this error (since it doesn't affect its operation). Let me know if it still shows up in 0.6. It shouldn't.
Seems fine. Using 0.6 client over SSL against 0.5 server on Solaris worked fine - using Mozilla and Opera. IE6 was non-starter over SSL though (see my other post).
Paul
-- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
participants (2)
-
Casey Duncan -
Paul Browning