Andy Wenk schrieb:
> Hi everybody,
> 
> I am new to the list and this is my first post.
> 
> Actually we have a problem wit the Internet Explorer
> 6.0.2900.2180.xpsp_sp2_rtm.040803-2158. We are not able to localize
> the problem and try now to figure out wheter it could be a Javascript
> Problem or anything else.
> 
> The site is running on one of our servers (PHP, PostgreSQL ...). A
> company is calling this site via https:// out of their company's
> network. The employees are only allowed to use the IE
> 6.0.2900.2180.xpsp_sp2_rtm.040803-2158. In a random turn the user gets
> a DNS error page saying, that the DNS Server is not reachable. The
> page where that happens is a simple html page with a login form. The
> login form is submitted with $('form_name').submit().
> 
> As I said befor - sometimes it works - sometimes not. Even on one
> machine with the same IE version are no problems at all and on another
> one are these problems.
> 
> Are there any known problems with exactly this version of IE?
> Especially with https:// ?
> 
> We don't think that the error has anything to do with Javascript or
> our programming. But we have to make sure that this is a fact and not
> just our idea ...
> 
> Every comment is higly appreciated.
> 
> Cheers
> 
> Andy

For the archive - it was not a javascript error. IE 6 in this version has a 
lousy SSL 
implementation. This worked with apache 1.3. Since apache 2.x was changed, you 
have to use 
a special configuration for IE 6 to avoid this problem. Furthermore we assume, 
that it was 
also a combination of the proxy configuration plus the IE 6 the company uses ...

So the solution was to change the apache settings - no javascript or prototype 
error ;-)

Cheers

Andy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to