Hi,
We have an app built with LCDS that must use SSL. Until now it works
properly through HTTP, but as I switch to SSL there's no communication with
the server
In services-config we have the following channel definition (AMF comet
polling ):
<channel-definition id="my-secure-client-polling-amf" class="
mx.messaging.channels.SecureAMFChannel">
<endpoint
url="https://{server.name}:{server.port}/{context.root}/messagebroker/clientamfsecurepolling"
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<!--HTTPS requests on some browsers do not work when pragma
"no-cache" are set-->
<add-no-cache-headers>false</add-no-cache-headers>
<polling-enabled>true</polling-enabled>
<polling-interval-millis>0</polling-interval-millis>
<wait-interval-millis>-1</wait-interval-millis>
<max-waiting-poll-requests>5</max-waiting-poll-requests>
</properties>
</channel-definition>
then in default-channels:
<default-channels>
<channel ref="my-secure-flexarq-polling-amf"/>
</default-channels>
Again in remoting and datamanagment config files:
<default-channels>
<channel ref="my-secure-flexarq-polling-amf"/>
</default-channels>
So, someone could tell me if I need something more to configure to go
through SSL?
Note: (I create my .keystore and configure the https and port in my tomcat
server so I assume all this stuff is ok. as I enter through https I must to
validate the certificate. The problem starts as I try to poll data from my
flex client interface)
Thanks in advance
Carlos
--
::| Carlos Rovira
::| http://www.carlosrovira.com
::| http://www.madeinflex.com