Did you set the response headers correctly for IE? (cache control and
pragma)

 

Araul outlines the issue here with links to technotes and microsoft
admitting they suck.

http://arulprasad.blogspot.com/2006/02/points-to-remember-when-using-ssl-ie_
15.html

(I link to this one because you're also using Tomcat and he has exact java
code you can probably copy/paste)

 

I'm still somewhat curious why firefox ssl uploads won't work though, I
wonder if it is something similar.

 

Seth

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Richard Rodseth
Sent: Monday, October 15, 2007 9:36 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] My Flex based web App doesn't work with SSL

 

I'm also struggling with file uploads to Tomcat over SSL, using
FileReference. The uploads work great without SSL. With SSL they fail
on all tested browsers, not just FireFox.

I'm adding the sessionId as described here:
http://thanksmister.com/?p=59

but I don't have a crossdomain.xml file, since I didn't think I needed
one if the SWF is accessing the same domain it was loaded from.

I'd love to see a definitive Tech Note from Adobe on this.

On 10/12/07, Seth Caldwell <[EMAIL PROTECTED]
<mailto:wiz%40groupnetwork.com> > wrote:
>

> Do follow the other poster's suggestion, but also you may need a
> crossdomain.xml file to allow the connection to an external domain.
>
> And if you want to upload user files over that SSL connection, you will be
> unable to in firefox, as the plugin cannot do that.
>
>
>
> Seth
>
>
>
>
>
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ]
On
> Behalf Of sk_acura
> Sent: Friday, October 12, 2007 2:27 PM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] My Flex based web App doesn't work with SSL
>
>
>
>
>
>
> Hi All,
>
> I have a Web App Flex+ Live Cycle DS + spring based app running on
> Tomcat and it works fine on http with out any issues..
>
> When we try to access from External Domains (which is using SSL)
> then the Modules are getting loaded but the RemoteObjects are not
> getting Fetched it seems..
>
> And when i try to log the RemoteObject once is is created in my
> trace log it is showing as
>
> RemoteObject =[RemoteObject destination="SearchFacade"
> channelSet="null"]
>
> Which is same as when i try to access the App inside the network
> using HTTP (rather than https)
>
> I am not sure whether any thing needs to be done in the config for
> the SSL...
>
> Thanks
> Kumar
>
>
>
> 

 

Reply via email to