[flexcoders] Can't user RemoteObject on HTTPS ONLY Server?

2006-04-17 Thread sof4real03
I'm trying to get a Remote Object to work on an HTTPs only server (one
that does not accept HTTP connections). I have it working fine over a
regular HTTP connection. I then remove the AMF channel definition in
the flex-enterprise-services.xml and replace it with a SecureAMF
channel definition and update the destinations in the
flex-remoting-service.xml to use the SecureAMF channel. However, when
I execute the SWF I see in the web server logs that it is POSTing to
messagebroker/amf not messagebroker/amfsecure. Also, if I open up the
server to allow HTTP connections, but only configure SecureAMF
channels I get the following error:

No configured channel has an endpoint path '/messagebroker/amf

The stacktrace indicates it's coming from the
flex.messaging.MessageBroker.getEndPoint(MessageBroker.java:297). This
seems to indicate that the Flex Data Services cannot run on an HTTPS
only server.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Can't user RemoteObject on HTTPS ONLY Server?

2006-04-17 Thread Peter Farland
How are you loading your SWF? Are you loading it over HTTPS too? Is it
on the same domain as the secure AMF endpoint?

Did you recompile your SWF with the updated configuration? Did you
restart the server with the updated configuration?

How many channels are referenced under your RemotingService destination
(i.e. the one in flex-remoting-service.xml)? 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sof4real03
Sent: Monday, April 17, 2006 3:18 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't user RemoteObject on HTTPS ONLY Server?

I'm trying to get a Remote Object to work on an HTTPs only server (one
that does not accept HTTP connections). I have it working fine over a
regular HTTP connection. I then remove the AMF channel definition in the
flex-enterprise-services.xml and replace it with a SecureAMF channel
definition and update the destinations in the flex-remoting-service.xml
to use the SecureAMF channel. However, when I execute the SWF I see in
the web server logs that it is POSTing to messagebroker/amf not
messagebroker/amfsecure. Also, if I open up the server to allow HTTP
connections, but only configure SecureAMF channels I get the following
error:

No configured channel has an endpoint path '/messagebroker/amf

The stacktrace indicates it's coming from the
flex.messaging.MessageBroker.getEndPoint(MessageBroker.java:297). This
seems to indicate that the Flex Data Services cannot run on an HTTPS
only server.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/