Do you have an SSL cert installed on your local development environment?

Jeff

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of cwicky99
Sent: Tuesday, October 07, 2008 1:33 PM
To: [email protected]
Subject: [flexcoders] LiveCycleDS - Problem Accessing RemoteObject over
Secure AMF


I'm trying to access a "destination" over SSL with the "my-secure-amf"
channel.

I have a destination defined in remoting-config.xml that looks like:

<destination id="foo">
    <channels>
          <channel ref="my-secure-amf" />
    </channels>
</destination>

However when my code tries to use this destination I get:

NetConnection.Call.Failed: HTTP: Failed: url:
'https://localhost:8443/myapp/messagebroker/amfsecure'


The channel in services-config.xml is defined as:
        <channel-definition id="my-secure-amf"
class="mx.messaging.channels.SecureAMFChannel">
            <endpoint
url="https://{server.name}:{server.port}/{context.root}/messagebroker/am
fsecure"
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>
            </properties>
        </channel-definition>

Any thoughts?


------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location:
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-
1e62079f6847
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
Links



Reply via email to