In LCDS 2.5 (nee FDS 2.5) you can now configure the following situation:
 
<channel-definition id="my-secure-http"
class="mx.messaging.channels.SecureHTTPChannel">
    <endpoint
uri="https://{server.name}:{server.port}/{context.root}/messagebroker/ht
tpsecure
<https://{server.name}:{server.port}/{context.root}/messagebroker/httpse
cure> " class="flex.messaging.endpoints.HTTPEndpoint"/>
</channel-definition>
 
The HTTPEndpoint on the server will now not complain if it is contacted
via HTTP or HTTPS.
 
Have a go at LCDS 2.5 Beta 2, which was just made available on labs.
 
http://labs.adobe.com/technologies/livecycle_dataservices2_5/
 
Regards,
    Pete
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of brian_m_riley
Sent: Wednesday, March 21, 2007 10:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SWF using HTTPS to an SSL Translator Proxy to
communicate to FDS via HTTP



We have a client that translates all incoming HTTPS requests to HTTP
for internal services to get a performance boost. 

How can we have a secure SWF communicating over HTTPS that needs to
leverage it's FDS counterpart that's accessed by HTTP (through the SSL
translator) if the SWF is compiled on the server with FDS and thinks
it's endpoints and channels need to be secure?

Has anyone extended the AMFEndpoints / Channel FDS Java classes to
allow a secure SWF to communicate to an unsecure FDS app?

Thanks,
-riley



 

Reply via email to