I’m assuming that you are serving your SWF over http (and not https).  This means that the RemoteObject does not know how to reach the gateway over https.  In flex-config.xml you’ll see the amf-https-gateway which by default is {context.root}/amfgateway.  You will need to change that to the full url of your gateway (e.g., https://myserver:9100/amfgateway) since we cannot automatically resolve what the https port should be (since it’s a different port than where the SWF was served and we don’t want to assume 443 by default).

 

HTH,

Matt

 


From: [email protected] [mailto:[email protected]] On Behalf Of rb_dickey
Sent: Tuesday, July 12, 2005 12:48 PM
To: [email protected]
Subject: [flexcoders] You must set https-url to a non-relative https value for RemoteObject...

 

Hi, I'm receiving the following error during compiles from within FB 
when I change my RO protocols to https:

"You must set https-url to a non-relative https value for RemoteObject
in flex-config.xml or set gatewayHttpsUrl to a non-relative https
value when using mxmlc"

I've read Chapter 37 + many times regarding the configuration in flex-
config, crossdomain.xml, etc. to support ssl but I am obviously
missing something or there is an undocumented design feature at work
(aka bug).

Thanks for any info/help.

Regards,
Rob





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



SPONSORED LINKS

Computer software testing

Macromedia flex

Development

Software developer

 

 

 



--
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




Reply via email to