No solution for bug with IE on Mac?

2002-03-26 Thread Robert Allerstorfer
Hi, I have searched the archive and it seems that there is still no solution on how to make a https page viewable with MSIE on MacOS. It has been reported at http://www.mail-archive.com/modssl-users@modssl.org/msg13314.html a month ago and even back in 2000 at http://www.mail-archive.com/modssl-u

Re: No solution for bug with IE on Mac?

2002-03-27 Thread John Siracusa
On 3/26/02 8:16 PM, Robert Allerstorfer wrote: > I have searched the archive and it seems that there is still no > solution on how to make a https page viewable with MSIE on MacOS. Actually, I think there is (finally!) a solution. The following works for me (thanks to Mark J. Lilback). I though

RE: No solution for bug with IE on Mac?

2002-03-27 Thread Emanuel Dejanu
No error when connect to: https://secure.anet.at/ What OS, IE versions do you use. Win2000, IE6.0 (will the lastest Windows Updates) Best regards, Emanuel Dejanu P.S. I'm not on the [EMAIL PROTECTED] list. __ Apache Interfac

Re: No solution for bug with IE on Mac?

2002-03-27 Thread Cliff Woolley
On Wed, 27 Mar 2002, John Siracusa wrote: > BrowserMatch "MSIE [1-4]" nokeepalive ssl-unclean-shutdown \ > downgrade-1.0 force-response-1.0 > BrowserMatch "MSIE [5-9]" ssl-unclean-shutdown > > SSLCipherSuite > !EXP1024-RC4-SHA:!EXP1024-DES-CBC-SHA:ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM: >

Re: No solution for bug with IE on Mac?

2002-03-28 Thread Nisbach, Thomas
Hi, i found one (unsatisfying) solution: I disabled SSLv3 by setting SSLProtocol -SSLv3 If i do this MSIE on Mac runs but i worry about other browser that would not run anymore :-( Try also what's posted in http://www.mail-archive.com/modssl-users@modssl.org/msg13577.html Thomas _

Re: No solution for bug with IE on Mac?

2002-03-28 Thread James Hastings-Trew
> Hi, > > i found one (unsatisfying) solution: > I disabled SSLv3 by setting > > SSLProtocol -SSLv3 > > If i do this MSIE on Mac runs but i worry about > other browser that would not run anymore :-( > > Try also what's posted in > http://www.mail-archive.com/modssl-users@modssl.org/msg13577.ht

Re[2]: No solution for bug with IE on Mac?

2002-03-29 Thread Robert Allerstorfer
Hi John, On Wed, 27 Mar 2002, 08:56 GMT-05 (14:56 local time) John Siracusa wrote: > Actually, I think there is (finally!) a solution. The following works for > me (thanks to Mark J. Lilback). I thought I posted it here earlier, but if > not, I'm sorry! :) > BrowserMatch "MSIE [1-4]" nokeepal

Re[2]: No solution for bug with IE on Mac?

2002-03-29 Thread Robert Allerstorfer
Hi James, On Thu, 28 Mar 2002, 11:56 GMT-06 (18:56 local time) James Hastings-Trew wrote: > Basically, the only thing that fixed it on my server was to establish a > sessioncache. I've been using IE on a Mac with our secure pages for months > now. that sounds interesting. So can we be sutre tha