Hey Iain,

I would be willing to be anything this is caused by a header from
Tomcat.  IE is particularly finicky about this.  The fix to context.xml
for basic/form auth turns off a particular header that IE chokes on
under SSL with binary content such as SWF, PDF, etc.  If you're familiar
with J2EE filters, that's the best way to deal with this since you can't
intercept the http header using SSL with any tools like tcptunnel, etc.


Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of digital_eyezed
Sent: Tuesday, March 07, 2006 9:07 AM
To: [email protected]
Subject: [flexcoders] Re: SSL and IE using flex 1.5

I dont receive the swf it just stays white, it shows the url in the 
address bar and in the status bar at the bottom of the page it reads:

/flex-internal/?action=history_html_secure.....

And it just hangs around like that forever.

Maybe I should go look into Tomcat and see if there is a way to 
disable the caching of the headers in 5.5.15

Cheers,

Iain


--- In [email protected], "Carson Hager" <[EMAIL PROTECTED]> 
wrote:
>
> Got it. At what point does this happen?  Does the swf load or is 
this
> upon the initial page load? I know you're using remote objects so 
I want
> to make sure I know what the context is - page load or remote 
object
> invocation over amf.  I reread your message and it's not entirely 
clear
> what behavior you're seeing.
> 
> 
> Carson
> 
> ____________________________________________
>  
> Carson Hager
> Cynergy Systems, Inc.
> http://www.cynergysystems.com
>  
> Email:  [EMAIL PROTECTED]
> Office:  866-CYNERGY
> Mobile: 1.703.489.6466
>  
> 
> 
> -----Original Message-----
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of digital_eyezed
> Sent: Tuesday, March 07, 2006 8:50 AM
> To: [email protected]
> Subject: [flexcoders] Re: SSL and IE using flex 1.5
> 
> I'm using neither, I'm using a <security-constraint> within the 
> web.xml to redirect the context to https.
> 
> Like this:
> 
> <security-constraint>
>         <web-resource-collection>
>             <web-resource-name>Test Context</web-resource-name>
>             <url-pattern>/*</url-pattern>
>             <http-method>GET</http-method>
>             <http-method>POST</http-method>
>         </web-resource-collection>
>         <user-data-constraint>
>             <transport-guarantee>CONFIDENTIAL</transport-guarantee>
>         </user-data-constraint>
>     </security-constraint> 
> It works fine on firefox, just IE goes into an infinite loop.
> 
> I guess the answer to your question is CONFIDENTIAL.
> 
> Cheers,
> 
> Iain
> 
> --- In [email protected], "Carson Hager" <carson.hager@> 
> wrote:
> >
> > What do you have in your content.xml file?  What kind of auth 
are 
> you
> > using? Basic or Form? 
> > 
> > 
> > Carson
> > 
> > ____________________________________________
> >  
> > Carson Hager
> > Cynergy Systems, Inc.
> > http://www.cynergysystems.com
> >  
> > Email:  carson.hager@
> > Office:  866-CYNERGY
> > Mobile: 1.703.489.6466
> >  
> > 
> > 
> > -----Original Message-----
> > From: [email protected] 
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of digital_eyezed
> > Sent: Tuesday, March 07, 2006 8:37 AM
> > To: [email protected]
> > Subject: [flexcoders] SSL and IE using flex 1.5
> > 
> > Is their a known issue with IE and Flex 1.5 when using Tomcat 
and 
> SSL?
> > 
> > It seems that Firefox works fine, but when using IE 6 flex just 
> > redirects to /flex-internal/?action=history_html_secure.....
> > 
> > and sits their forever.
> > 
> > Anyone seen this issue?
> > 
> > I have tried using the context.xml file in the Meta-Inf 
directory, 
> but 
> > this doesn't work.
> > 
> > Tomcat Version 5.5.15
> > 
> > Cheers,
> > 
> > Iain
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: 
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> > Yahoo! Groups Links
> >
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to