zoukankan      html  css  js  c++  java
  • 面对HTTPS,使用SecureAMFChannel进行AMF的安全通信

    在编译程序所使用的services-config.xml 文件中定义你的channel 为SecureAMFChannel

     <channels>
     <channel-definition id="my-amfphp" class="mx.messaging.channels.SecureAMFChannel">
     <endpoint uri="https://192.168.8.29/amfphp/gateway.php"  class="flex.messaging.endpoints.SecureAMFEndpoint"/>
     <properties>
     <add-no-cache-headers>false</add-no-cache-headers>
     <polling-enabled>false</polling-enabled>
     <serialization>
     <instantiate-types>false</instantiate-types>
     </serialization>
     </properties>
     </channel-definition>
     </channels>

  • 相关阅读:
    小丑火棘
    凤尾竹
    红王子锦带
    吊兰
    清香木
    鸢尾
    夏鹃
    牡丹吊兰
    美人蕉
    粉花绣线菊
  • 原文地址:https://www.cnblogs.com/lchangelo/p/2210558.html
Copyright © 2011-2022 走看看