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]> 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:[EMAIL PROTECTED] On
> Behalf Of sk_acura
>  Sent: Friday, October 12, 2007 2:27 PM
>  To: flexcoders@yahoogroups.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