We are using the Proxy Services, so those destinations are set up using
http. We are using web and app server pairs. Apache is the web server
serving up the swf on port 443. We route requests the the swf makes
(rootContext/messagebroker/http requests) to the app server, which is
our data services app. At that point, the requests should be decrypted
before it hits the app server and I would think it would be able to
handle that endpoint destination being over http.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Karl Johnson
Sent: Tuesday, February 27, 2007 3:04 PM
To: [email protected]; [email protected]
Subject: RE: [flexcoders] Flex not sending over SSL

 

Are you sure that the wsdl path you have specified on the webservice
object is relative and not hardcoded to use http? Also, open your WSDL
in the browser and make sure it is not returning a method URL to the
Flash Player with HTTP hardcoded in it.

 

Karl

Cynergy

 

Shameless Plug:

Come see us at AJAXWorld next month! Several Cynergy employees,
including myself, will be presenting on great Flex topics. Don't miss
it!

 

________________________________

From: [email protected] on behalf of Allen Riddle
Sent: Tue 2/27/2007 2:57 PM
To: [email protected]
Subject: [flexcoders] Flex not sending over SSL

Hello all, we are setting up our production environment for our Flex
Data Services app. According to the Apache logs, all requests that the
swf makes for images,css, etc is in fact going over ssl. However when
the .swf invokes a  web service (using proxy endpoints/destinations),
the request is using "/messagebroker/http", and does not appear to be
going over ssl (we know this because there is no ssl or tsa entry on the
line in the log file, as there is for images and css files). If the swf
is being served up on 443, shouldn't all communication through the swf
be going over port 443. I guess another way to ask is, do the requests
from the swf use relative pathing, and by default be going over
https/443? I hope I'm explaining the problem well enough. Thanks.

 

Allen Riddle

Sofware Development

x3217

 

 

Reply via email to