You might be able to use:
http://code.google.com/p/as3httpclientlib/
This is the start of a http client lib that uses this library for
SSL.
I am not sure if it supports client certs or not, but the basics are
there.
The library hasn't been updated since before the commit earlier this
summer on this library that fixed a ton of bugs, so you will probably
have to compile it yourself to get things to get more things to work.
Cole
On Aug 18, 6:39 pm, Joey Parrish <
joey.parr...@gmail.com> wrote:
> The SSL part is trivial using this library, but you would provide your
> own HTTP implementation on top of that. HTTP is not hard, and Apache
> will let you do very basic 1.0 stuff.
>
> --Joey
>