[flexcoders] BlazeDS data push over SSL

2009-04-14 Thread pratima_jrao
I have an application that uses the data push technology of blazeDS to send data to a Flex Client event 5 seconds. The application works fine when I run it via HTTP with or without a proxy. When I run it via https the data push doesn't work anymore. I get the following error rootCause

Re: [flexcoders] BlazeDS data push over SSL

2009-04-14 Thread Josh McDonald
Do you have the corrent channels set up for http and https on the server? Have you tried going through Charles to make sure it's returning the correct response type? If there's a Java problem you might be getting a 500 as it's still going through a servlet, in which case you'll just get the stream