SV: File POST problem using MSIE

1999-10-18 Thread Johansson, Fredrik
The SSL_EXPERIMENTAL directive makes no difference in this case. Isn´t it spooky that it works if we use SSLLogLevel debug? Our test application is a simple servlet which only reads the request data from the input stream. > -Ursprungligt meddelande- > Från: Ralf S. Engelschall [mailto:[

A couple of questions re: SSLRequire

1999-10-18 Thread Andrew Hall
I hope someone can help with the following: 1. What expression do I use to get SSLRequire to check against a client cert with two OU's in the subject. Everything I try seems to fail in getting it to recognise two variables. This is what I thought should work: SSLRequire ( %{SSL_CLIENT_S_DN_O} eq

Re: Cant get mod_ssl and apache 1.3.9 to compile. Makefile is blank.

1999-10-18 Thread Sean D. Ackley
Actually, you have good documentation here, however, please submit the EXACT typed in instructions that you did, not just a copy and paste from the install file. Include also a directory tree for the subdirectories affected. Are you using some or all of the OPTIONAL stuff? the -fPIC could scre

Re: File POST problem using MSIE

1999-10-18 Thread cfaber
Johansson, Do you run into this problem when using SSL + CGI file upload script? Or is it restrictive to just POSTing files for upload. "Johansson, Fredrik" wrote: > > Greetings. > > We have encountered a problem concerning the file upload browser feature in > MSIE (4 and 5) together with SSL.

Cant get mod_ssl and apache 1.3.9 to compile. Makefile is blank.

1999-10-18 Thread Jason Smith
I cant install apache with mod_ssl, I have already successfully had a previous Apache install 1.3.9 with no special components. BTW i did remove that install and its source. Im using a mandrake 6.0 with a 2.2.12 kernel and perl 5.005something. This is what I have done so far, its *basically*

Re: File POST problem using MSIE

1999-10-18 Thread Ralf S. Engelschall
On Mon, Oct 18, 1999, Johansson, Fredrik wrote: > We have encountered a problem concerning the file upload browser feature in > MSIE (4 and 5) together with SSL. The transfer hangs, and never completes, > if the file (i.e. POST request) is larger than ~30kB. Everything works fine > when SSL is d

File POST problem using MSIE

1999-10-18 Thread Johansson, Fredrik
Greetings. We have encountered a problem concerning the file upload browser feature in MSIE (4 and 5) together with SSL. The transfer hangs, and never completes, if the file (i.e. POST request) is larger than ~30kB. Everything works fine when SSL is disabled. Needles to say but it works just fin