PDA

View Full Version : https with HttpService


finecur
09-29-2007, 04:13 PM
Hi, here is my code

<mx:HTTPService
id="control"
url="http://somedomain.com/app?param=1"
resultFormat="e4x"
result="handler(event);"/>

my code is in html under a tomcat server

I found that it works fine. If I change the url to https://anotherdomain.com/app?param=1", the HttpService will not work, it said

RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL:

Why?

Thanks

ff

flexy
10-01-2007, 11:35 AM
Mind sound like a stupid question, but can you hit your service using HTTPS outside of Flex?