Sorry, yes, that will work for any HTTP-based channel, including the
AMFChannel, which posts AMF binary over HTTP. e.g.
 
<channel-definition id="my-secure-amf"
class="mx.messaging.channels.SecureAMFChannel">
    <endpoint
uri="https://{server.name}:{server.port}/{context.root}/messagebroker/am
fsecure
<https://{server.name}:{server.port}/{context.root}/messagebroker/amfsec
ure> " class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>
 
I'll contact you directly regarding 2.0.1.
 
Pete
 

________________________________

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



Pete:

Thanks for your response, and my team will dive into this, but we're
looking for an immediate solution for 2.0.1.

Also, does this impl for 2.5 work for AMF endpoints as well, or just
HTTP services?

Thanks,
-riley

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Peter Farland" <[EMAIL PROTECTED]> wrote:
>
> 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/
<http://labs.adobe.com/technologies/livecycle_dataservices2_5/> 
> 
> Regards,
> Pete
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of brian_m_riley
> Sent: Wednesday, March 21, 2007 10:37 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.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