After some digging I realized that flash.net.SecureSocket provides access to serverCertificate.
Sorry to bother :) (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html) On March 7, 2014 at 14:10:09 , Sean Thayne ([email protected]) wrote: I'm pretty sure, if you want this, you'd have to code up a socket to do this. I'm guessing there is some existing libs for this. Possibly https://code.google.com/p/as3httpclientlib/ -Sean Thayne On Thu, Mar 6, 2014 at 10:31 PM, Me.Com <[email protected]> wrote: > Hi, > > When my Flex application communicates with server via HTTPS, is it > possible for me to verify the certificate used by server? More > specifically, I would like to verify that certificate not just valid but > belongs to particular organization. > > Cheers, > Andrei
