[flexcoders] Re: HTTP SSL Issue

2008-08-12 Thread Satish Kumar.M
Figured this out.. in my production environment, the SSL terminates at the very first entry-point .. so all requests internally are HTTP requests. I changed my-secure-amf definition to use a SecureAMFChannel but point to a non-secure AMFEndpoint. A re-compile and deploy solved the issue.

[flexcoders] Re: HTTP SSL Issue

2008-08-11 Thread Satish Kumar.M
Thanks for the reply Tom!.. here goes' my remoting-config.xml ?xml version=1.0 encoding=UTF-8? service id=remoting-service class=flex.messaging.services.RemotingService messageTypes=flex.messaging.messages.RemotingMessage adapters adapter-definition id=java-object

[flexcoders] Re: HTTP SSL Issue

2008-08-11 Thread Satish Kumar.M
Thanks for the reply Tom!.. here goes' my remoting-config.xml ?xml version=1.0 encoding=UTF-8? service id=remoting-service class=flex.messaging.services.RemotingService messageTypes=flex.messaging.messages.RemotingMessage adapters adapter-definition id=java-object