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 Cairn

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

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

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

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

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

2007-10-16 Thread Rick Root
I don't know if it's related, but I just discovered that the SSL problems I was having was completely related to Internet Explorer. http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401472 The solution in that knowledge base article worked for me. Rick

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: https://{server.name}:{server.port