Hi, Had the same problem, and did som research and made some changes that seems to have solved it for us.
Problem is related to SSL, and based on your info I assume we have a similar setup (Apache win, OpenSSL, mod_ssl etc.). Seems to be some issue with IE and caching https:// pages, and I implemented these changes to my ssl.conf (httpd.conf): # SSLSessionCache none SSLSessionCache "dbm:C:\Program Files\Apache Group\Apache2\logs\ssl_gcache_data" SSLSessionCacheTimeout 300 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 If this can be verified by others as well, it should probably find its way to the wiki documentation for Trac setup. :::simon http://code.bvnetwork.no --- [email protected] wrote: > I don't exactly know if this problem is related to trac or browser specific > but we have a strange behaviour in IE while everything goes ok in Firefox. > > We run trac 0.9.3 on windows (Apache 2.0.55) > ... > https://www.fake.com/project/milestone/2.0%20alpha > .... > I see it run fine in Firefox but fails in IE. Most options/menus seem to run > fine on IE though > > Can someone explain what I'm doing wrong and explain what's going on? Any > help is appreciated as not all users here run firefox... > _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
