Re: [flexcoders] Problems using SSL

2007-04-10 Thread Tom Chiverton
On Sunday 08 Apr 2007, iko_knyphausen wrote: > in relative URL calls. And I think it does, because the web site accepts > both SSL and non-SSL, and the errors I am receiving don't happen when I > load the same app from the same location without https. Are you using IE ? Does Firefox work fine on t

[flexcoders] Problems using SSL

2007-04-07 Thread iko_knyphausen
Hi all, I am trying to connect to a web server via SSL. It seems that all my HTTPService calls fail (httpsFault). Here is how I attempt to load things: 1. I load the SWF file directly (without HTML file) 2. I use HTTPS://DOMAIN/MYAPP.SWF (loading the app itse