2011-07-07 36 views

回答

1

您需要更改頻道高清的,你會發現他們:

WEB-INF/flex/services-config.xml 

更改或添加一個安全的定義和終點 - 這裏有一個例子:

<channel-definition id="my-server" class="mx.messaging.channels.AMFChannel"> 
    <endpoint uri="http://{server.name}:{server.port}/{context.root}/amf" class="flex.messaging.endpoints.AMFEndpoint" /> 
</channel-definition> 
<channel-definition id="my-server-secure" class="mx.messaging.channels.SecureAMFChannel"> 
    <endpoint uri="https://{server.name}:443/{context.root}/amf" class="flex.messaging.endpoints.SecureAMFEndpoint" /> 
</channel-definition> 

通知之類必須有所不同,以及你通過SSL連接(https /端口443)

有意義嗎?

0

通過SSL發送並使用SecureAMFChannel。

+0

如何通過SSL發送?我從來沒有這樣做過,任何鏈接.. ..如何實現SSL ..? – Lucky

相關問題