[flexcoders] Include CA certificate in flex for a SSL connection?

2007-05-25 Thread pioplacz
Hi! I'm trying to get my flex app to connect with a wsdl service but that service requires that I include a CA certificate for validation off connection. My problem is that I don't really know how. I've got an example line for a Java Application from the API reference:

Re: [flexcoders] Include CA certificate in flex for a SSL connection?

2007-05-25 Thread Igor Costa
Yes, you need first instance crossdomain. Throw out your http protocol and set an https server for tunneling the webservices. for ceritifcation propouses just pass the https url and flex rpc collection understand that is a certification . Nothing needs more. ;) best On 5/25/07, pioplacz