IE5x & https, time-outs loading site...

This is a discussion on "IE5x & https, time-outs loading site..." within the Web Page Design section. This forum, and the thread "IE5x & https, time-outs loading site... are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 12th, 2006, 09:42
Junior Member
Join Date: Jul 2006
Location: London
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
IE5x & https, time-outs loading site...

I am having a problem with a previous site my colleagues and I have developed awhile back.

For users with INternet Explorer version 5 to 5.5, when the site goes secure (https), pages will not load. I have tracked the problem down to something to do with the way stylesheets are loaded. I am not sure how this could affect the loading of the pages in https as opposed to http. Whenever I remove the stylesheet links, the pages load fine in https.

There is no problem loading these pages on any other browser. Both IE6, 7 work fine in both http and https, as well as all other browsers (Firefox, Opera, Safari, Konquerer for both PC and Mac).

I cannot figure out what in the method of calling style sheets could be tripping up IE5. I use the standdard method:

Code: Select all
<link href="/shared/css/user_id/default.css" title="Standard" rel="stylesheet" type="text/css" />
The moment I remove the stylesheet links, the pages load fine in https.

I have combed the net for info and am unable to find anything on this problem anywhere.

If anyone has experience with this or could give helpful advice, I would much appreciate it.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 12th, 2006, 12:58
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE5x & https, time-outs loading site...

<link href="../shared/css/user_id/default.css"

I think depending on the document structure say it is in root>css then you could do ../css/foo.css. I think thats right, anyway I need some coffee but give it a whirl.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 12th, 2006, 13:10
Junior Member
Join Date: Jul 2006
Location: London
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: IE5x & https, time-outs loading site...

Quote:
Originally Posted by moojoo View Post
<link href="../shared/css/user_id/default.css"

I think depending on the document structure say it is in root>css then you could do ../css/foo.css. I think thats right, anyway I need some coffee but give it a whirl.
Thanks for the suggestion moojoo,

It is not a problem of the style sheets' path though. The path is correct as I have tried both relative and absolute paths, with both http and https. It is a problem of linking to 'any' stylesheets for IE5.x in https only.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Sep 12th, 2006, 13:19
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE5x & https, time-outs loading site...

Well pfft. I have no answer for ya. Shows what a noob I am =).
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Sep 12th, 2006 at 13:47.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Sep 12th, 2006, 14:05
Junior Member
Join Date: Jul 2006
Location: London
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE5x & https, time-outs loading site...

Quote:
Originally Posted by moojoo View Post
Well pfft. I have no answer for ya. Shows what a noob I am =).
Thanks for the suggestions and the effort though
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Sep 12th, 2006, 14:17
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE5x & https, time-outs loading site...

This may sound silly but have you tried removing all the files from the server and re uploading them? I once had a problem similar. The pages would display but the css never would take. That fixed it. Alternately all I can think of is maybe there is something screwed up in the css itself that chokes IE 5? Like a missing ; or }?
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Sep 12th, 2006, 14:52
Junior Member
Join Date: Jul 2006
Location: London
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE5x & https, time-outs loading site...

Quote:
Originally Posted by moojoo View Post
This may sound silly but have you tried removing all the files from the server and re uploading them? I once had a problem similar. The pages would display but the css never would take. That fixed it. Alternately all I can think of is maybe there is something screwed up in the css itself that chokes IE 5? Like a missing ; or }?
No, compared to some of the things I have already tried, it does not sound silly... Although what you suggest would involve thousands of files, so a complete push of all the files from the development to the live servers would be quite a big deal and require some down time.

As far as the css itself, I have tried alternately dropping out the css files one by one. The problem does not come from any one particular file. It comes from calling any of the css files at all. I will have to go through each of the stylesheets manually and check the css against a validator for the css profile that IE5 is compatible with I think. Hmmm, alot of very long stylesheets to go through though.



UPDATE: I have further tested the css files and have found:

1. having more than about 200 or so lines in the css file seems to make IE5.x choke in https
2. having selector names with multiple underscores seems to cause problems as well (example: .text_card_ref)

I don't understand why these details would only affect IE5.x in https and not in http...

I am even more confused than I was before!

Last edited by c_martini; Sep 12th, 2006 at 16:06.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Sep 12th, 2006, 16:30
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,685
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: IE5x & https, time-outs loading site...

I apologize if my reply is useless because I didn't read the rest of the thread...

Anyway, I had a similar problem before and as it turns out, it was a problem on the client's IE security settings. Just go to Internet Options, and under security, choose 'default settings' for every security level.
__________________
Diego - Web-Developer & London SEO Expert
jQuery Plugins: Multiple File Upload, Star Rating, FCKEditor | NEW: XML to JSON
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Sep 12th, 2006, 19:38
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE5x & https, time-outs loading site...

Ya know, that is such a simple solution I have done before lol. Yeah I would try that. Also set the caching to "Every Visit To Page" instead of Automatic etc..
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Sep 13th, 2006, 08:20
Junior Member
Join Date: Jul 2006
Location: London
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE5x & https, time-outs loading site...

Quote:
Originally Posted by spinal007 View Post
I apologize if my reply is useless because I didn't read the rest of the thread...

Anyway, I had a similar problem before and as it turns out, it was a problem on the client's IE security settings. Just go to Internet Options, and under security, choose 'default settings' for every security level.
Thanks for your suggestion, spinal. Unfortunately, the problem occurs no matter what the security settings are in IE5. I am using a vmware virtual machine with a clean version of Win98 installed for testing this problem. All security settings are at their defaults. The problem affects a small percentage of our user base, various office networks where users do not have admin priviledges over the settings on their machines. Personally, I don't know why the network admins have not upgraded the browsers to IE6 as its certainly more secure and up to date with features. Anyhow, I have to cater for this lowest common denominator, as not doing so would be foresaking whatever that small percentage of users are.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Nov 6th, 2006, 09:15
Junior Member
Join Date: Jul 2006
Location: London
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE5x & https, time-outs loading site...

UPDATE:
Sorry I haven't posted the resolution to this up until now in the forum. Perhaps my solution will help others with a similar problem. As it turns out, there is a bug in IE5.x with server side compression in https. Turning off the compression for https resloved the problem for us. I believe you can also sniff the browser version and turn it off this way in Apache.

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Nov 7th, 2006, 09:41
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,685
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: IE5x & https, time-outs loading site...

Hey Chris,
Thanks for posting the solution. If only everyone was so sonsiderate....

__________________
Diego - Web-Developer & London SEO Expert
jQuery Plugins: Multiple File Upload, Star Rating, FCKEditor | NEW: XML to JSON
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
ie5x, https, timeouts, loading, site

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
images loading time changes depending on browser thosecars82 Web Page Design 5 May 19th, 2008 14:57
Site not loading correctly cohnsey Web Page Design 4 Apr 22nd, 2008 18:56
loading flv with .js script issue in main site jaymz Flash & Multimedia Forum 1 Jun 28th, 2007 00:23
Slowdown in loading time gwx03 Webforumz Suggestions and Feedback 5 Dec 1st, 2003 14:11
Need help with loading time.... courtjester Flash & Multimedia Forum 6 Nov 8th, 2003 09:41


All times are GMT. The time now is 13:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved