Re: [flexcoders] My Flex based web App doesn't work with SSL

2007-10-16 Thread Scott Bachman
We had a similar situation using LCDS with HTTPS, we had to create additional channels in services-config.xml specifically for SSL and also set the add-no-chache-headers tag to false to avoid weird caching/ssl issues. For example: !-- These are for production channels which use HTTPS --

Re: [flexcoders] My Flex based web App doesn't work with SSL

2007-10-15 Thread Tom Chiverton
On Saturday 13 Oct 2007, [EMAIL PROTECTED] wrote: 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. Are you saying firefox can't upload over SSL ?!? -- Tom Chiverton. Are you a great Flex programmer, who knows

Re: [flexcoders] My Flex based web App doesn't work with SSL

2007-10-15 Thread Richard Rodseth
: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

RE: [flexcoders] My Flex based web App doesn't work with SSL

2007-10-15 Thread Seth Caldwell
, 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