Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
On Sun, Mar 28, 1999, John Hamlik wrote: The problem still exists on https://en4.engelschall.com/manual/mod/mod_ssl hmmm... I am checking further, will post more shortly. Oh shit, my fault: MSIE actually comes in with a User-Agent of "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)", so the

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Dimitar Stoikov
it seems ok for me! nt4/sp3, IE4 (4.72.2106.8) ip 195.230.1.157, [29/Mar/1999:08:59:48 +0200] in your access log -- Dimitar Stoikov. Primasoft Ltd, Internet Dept. Take hold of OpenBSD - http://www.OpenBSD.org __ Apache

RE: Practical solution for MSIE problems!?

1999-03-29 Thread John Hamlik
This is what I know: 1) The patch from Ralf with the modified regex of ".*MSIE.*" works to work around the issue. Seems like there must be a better way. hmmm. Has anyone reported this to Microsoft? I know it probably wouldn't do much good but it seems like they have a problem with a standard

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Toru Takinaka
So, those of you who've still problems with MSIE clients, should now apply the appended patch to ssl_engine_kernel.c and add the following line to the SSL-aware virtual host: SetEnvIf User-Agent "^MSIE.*" ssl-unclean-shutdown I think that this line is wrong. IE 5.0 User-Agent is Mozilla/4.0

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
On Mon, Mar 29, 1999, Toru Takinaka wrote: So, those of you who've still problems with MSIE clients, should now apply the appended patch to ssl_engine_kernel.c and add the following line to the SSL-aware virtual host: SetEnvIf User-Agent "^MSIE.*" ssl-unclean-shutdown I think that this

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
On Mon, Mar 29, 1999, Dimitar Stoikov wrote: it seems ok for me! nt4/sp3, IE4 (4.72.2106.8) ip 195.230.1.157, [29/Mar/1999:08:59:48 +0200] in your access log Pu.. what a happy start for a week ;-) You cannot image how much trouble the MSIE issue caused me...

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
On Sun, Mar 28, 1999, John Hamlik wrote: 1) The patch from Ralf with the modified regex of ".*MSIE.*" works to work around the issue. Fine, this means it now even works for MSIE clients. That makes me finally _very_ happy! Puhh Seems like there must be a better way. hmmm. Has anyone

Re: Client Test Suite: Summary

1999-03-29 Thread Hans Lohmander
"Ralf S. Engelschall" wrote: Netscape 4.5 Mac, PPC international . Failed [EMAIL PROTECTED] ``I tested the below and got "bad data from the server" http was fine but https was not.'' --- deleted stuff here --- So, I conclude that we've NO problems at all with

Re: Client Test Suite: Summary

1999-03-29 Thread Ralf S. Engelschall
On Mon, Mar 29, 1999, Hans Lohmander wrote: "Ralf S. Engelschall" wrote: Netscape 4.5 Mac, PPC international . Failed [EMAIL PROTECTED] ``I tested the below and got "bad data from the server" http was fine but https was not.'' --- deleted stuff here --- So,

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Magnus Stenman
In which versions of MSIE did this occur? I was thinking of a more specific regexp so that not *all* M$IE users trigger the unclean ssl shutdown behaviour... /magnus __ Apache Interface to OpenSSL (mod_ssl)

Re: Client Test Suite: Summary

1999-03-29 Thread Magnus Stenman
Ralf S. Engelschall wrote: On Mon, Mar 29, 1999, Hans Lohmander wrote: "Ralf S. Engelschall" wrote: Netscape 4.5 Mac, PPC international . Failed [EMAIL PROTECTED] ``I tested the below and got "bad data from the server" http was fine but https was not.''

RE: Practical solution for MSIE problems!?

1999-03-29 Thread John Imrie
Having read all the technical stuff about this problem could we run a test with out the patch but killing keepalives for MSIE. I seem to remember problems with MSIE and this before. ___ John Imrie, Internet Technical Specialist [EMAIL PROTECTED] +44 (0)1732 520136

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
On Mon, Mar 29, 1999, Magnus Stenman wrote: In which versions of MSIE did this occur? Actually on MSIE version 3, 4 and 5. Look at the inital summary posting from me. There the client versions are listed. I was thinking of a more specific regexp so that not *all* M$IE users trigger the

Re: Practical solution for MSIE problems!?

1999-03-29 Thread Ralf S. Engelschall
On Mon, Mar 29, 1999, John Imrie wrote: Having read all the technical stuff about this problem could we run a test with out the patch but killing keepalives for MSIE. I seem to remember problems with MSIE and this before. Ok, I've now changed the config on en4.engelschall.com to just

ANNOUNCE: mod_ssl 2.2.7

1999-03-29 Thread Ralf S. Engelschall
Another update is available before new features will be introduced (in 2.2.8): mod_ssl 2.2.7 for Apache 1.3.6. This version mainly contains support for the MSIE client workaround. Additionally some memory leaks were fixed. The next version (2.2.8) will introduce shared memory support for EAPI

Re: 1.3.6 + 2.2.6 PB with openssl 0.9.2

1999-03-29 Thread Niels Poppe
GOMEZ Henri wrote: Yes, mostly all problems until now were with older OpenSSL versions. [GOMEZ Henri] Most of us are ready to switch to OpenSSL now.. Although I personally don't understand why people feel such dependent on existsing RPMS (hey, it's open source, you can

Re: Client Test Suite: Summary

1999-03-29 Thread Niels Poppe
Hans Lohmander wrote: "Ralf S. Engelschall" wrote: Netscape 4.5 Mac, PPC international . Failed [EMAIL PROTECTED] ``I tested the below and got "bad data from the server" http was fine but https was not.'' --- deleted stuff here --- So, I conclude that we've

RE: Practical solution for MSIE problems!?

1999-03-29 Thread John Hamlik
One other thing to remember is this is only for https sessions. This problem does not exists for http sessions. So whichever you choose should be for https only. John -Original Message- From: John Imrie [mailto:[EMAIL PROTECTED]] Sent: Monday, March 29, 1999 5:27 AM To: '[EMAIL

Upgrade from 2.2.6-1.3.6 to 2.2.7 problem

1999-03-29 Thread Igor S. Livshits
Hello, I had a working 2.2.6-1.3.6 setup and decided to try the quick libssl.so-only upgrade. I rebuilt the library via ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ssl=../openssl-0.9.2b/ --with-rsa=../rsaref-2.0/local/ and then ran make and make install. The library failed to

Re: ANNOUNCE: Apache-mod_ssl-1.3.6-2.2.7 RPMs

1999-03-29 Thread Niels Poppe
Magnus Stenman wrote: Uploaded to the usual place, http://www.engelschall.com/sw/mod_ssl/contrib/ /magnus rebuilt unchanged, for linux-alpha -- Niels Poppe - org.net bv [EMAIL PROTECTED] __ Apache Interface to OpenSSL

ANNOUNCE: openssl-0.9.2b-1.*.rpm

1999-03-29 Thread Niels Poppe
I've uploaded new binaries of openssl 0.9.2b for both intel and alpha architectures, together with a source rpm package, to http://www.engelschall.com/sw/mod_ssl/contrib/. These are built from the 'official' 0.9.2b sources. On request there is mips (Cobalt Qube/RaQ) as well. 1520345 Mar 29

[BugDB] sslv3 alert bad certificate (PR#144)

1999-03-29 Thread bugdb-mod-ssl
Full_Name: Tom O'Brien Version: 2.2.7 OS: Solaris 7 Submission from: sticky.globix.net (209.208.255.43) I'm using Apache 1.3.6/mod_ssl 2.2.7/OpenSSL 0.9.2b. I seem to be getting some nasty errors with this config... httpd: [Mon Mar 29 11:38:38 1999] [error] mod_ssl: SSL handshake interrupted

Re: ANNOUNCE: mod_ssl 2.2.7

1999-03-29 Thread tvaughan
"Ralf S. Engelschall" [EMAIL PROTECTED] writes: Another update is available before new features will be introduced (in 2.2.8): mod_ssl 2.2.7 for Apache 1.3.6. This version mainly contains support for the MSIE client workaround. Additionally some memory leaks were fixed. The next version

Re: Apache with mod_ssl caching old pages under https

1999-03-29 Thread Craig McDaniel
If you removed the directory than it would be impossible (If I am understanding what you are saying correctly) to still retrieve the information. I would suggest totally flushing out the Netscape cache. There might be a problem where https documents are not removed for some reason or another

[BugDB] Compilation problems in make certificate (PR#145)

1999-03-29 Thread bugdb-mod-ssl
Full_Name: Jason Prensell Version: 2.2.7-1.3.6 OS: Solaris 2.6 Submission from: spanky.umd.umich.edu (141.215.66.66) I'm having a hell of a time running a make certificate after the source has been build. This is the error I receive upon "make certificate TYPE=test": Undefined