[Seasar-user:16537] [S2BlazeDS]SecureなRemoting

有井 貴志 [E-MAIL ADDRESS DELETED]
2008年 12月 19日 (金) 19:24:50 JST


お世話になります。有井と申します。

S2BlazeDSを用いてhttpsのサーバとRemotingを行いたいのですが、
services-config.xmlを見るとSecureAMFChannelを使う必要があるのでは
と思いました。

-- services-config.xmlを一部抜粋 ---------------------------------
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
    <endpoint
url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf"
class="org.seasar.blazeds.endpoints.S2AMFEndpoint"/>
    <properties>
        <polling-enabled>false</polling-enabled>
    </properties>
</channel-definition>

<channel-definition id="my-secure-amf"
class="mx.messaging.channels.SecureAMFChannel">
    <endpoint
url="https://{server.name}:{server.port}/{context.root}/messagebroker/amfsecure"
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
</channel-definition>
-----------------------------------------------------------------

S2BlazeDSでhttpsは対応されているのでしょうか?


Seasar-user メーリングリストの案内