FleX SSL

Flex amfphp ssl services-config.xml

<channel-definition id="my-secure-http" class="mx.messaging.channels.SecureHTTPChannel">
    <endpoint 
        uri="https://{server.name}:{server.port}/{context.root}/messagebroker/httpsecure" 
        class="flex.messaging.endpoints.SecureHTTPEndpoint"/>
    <properties>
    	<add-no-cache-headers>false</add-no-cache-headers>
    </properties>
</channel-definition>
 
<channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
    <endpoint 
        uri="https://{server.name}:{server.port}/messagebroker/amfsecure" 
        class="flex.messaging.endpoints.SecureAMFEndpoint"/>
    <properties>
    	<add-no-cache-headers>false</add-no-cache-headers>
    </properties>
</channel-definition>

proxy-config.xml

<default-channels>
    <channel ref="my-secure-http"/>
    <channel ref="my-secure-amf"/>
</default-channels>

src

 
Back to top
as/ssl.txt · Last modified: 2009/07/09 20:05 (external edit)
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0