[flexcoders] HTTPService call using a private SSL cert PEM

2007-12-27 Thread robbarreca
I have a REST web services call that uses a private SSL cert to authenticate communication. It works in PHP and command line cUrl, but I don't know how to pass the PEM file in the Flex 3 / Actionscript 3.0 HTTPService call. Is it possible? Below I give my PHP and cUrl snippets that work now, and

RE: [flexcoders] HTTPService call using a private SSL cert PEM

2007-12-27 Thread Peter Farland
What does the AS3 params variable look like, is it of type XML? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of robbarreca Sent: Tuesday, December 25, 2007 6:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTTPService call using