Sorry, I can't really help except to recommend WebORB. I started out using AMFPHP (Which is what Zend is based upon) and would always get these errors. I switched to WebORB and have not seen these errors since.
--- In [email protected], "Julie" <juliez...@...> wrote: > > I have a project using Flex as Front End, php as service and Zend Framework > as gateway. I was able to run correctly on my local or non ssl environment. > However, when it was deployed to a security environment using https, I kept > on getting "channel disconnect" error. > > The project was developed following Zend Framework examples. Zend > automatically created skeleton services on the client side. I tried to > override chanelset in the generated services by Zend to point to https > instead of http. It did not work. > > Can somebody please help? Thanks! >

