The Flash Player utilizes the communication sub-system of the browser that contains it for everything except for raw TCP sockets. If you add those private certificates into the browser's store, you should be good to go.
If you are using AIR, then it will typically use the OS's default browser (typically IE or Safari). Again, if you add your certificate into those browsers, you should be set. If you are using AIR for Mobile, I have no idea how to add a custom certificate into the mobile devices... Again, the app would use the built-in communication mechanism into the device. -Nick On Fri, Mar 7, 2014 at 10:21 AM, Thibaud.C <thibaud.chauvi...@betadvisor.com > wrote: > Hi, > > I'm actually facing the following problem: > > I'm trying to reach an API with my Flex App that need a client self-signed > certificate Authentication (for the record, cert is a .p12 file) > > I'm very new to Flex and I searched on the Internet some detailed > explanations on how to make a request to this API and authenticate with > that > locally stored p12 cert. > > Could anyone help me on that ? > > Best regards, > > Thibaud Chauviere. > > > > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Question-about-Flex-and-self-signed-certs-authentication-tp35392.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >