我需要获取一些SSL信息(例如'issued by‘参数等)。我知道您可以通过最近的Adobe and (secureSocket.serverCertificateStatus)获得证书状态,但我需要尽可能多地了解证书,因此我提出了这个问题。
任何信息和提示都将非常感谢,
关于这一点,
麦克
发布于 2012-02-12 20:12:43
通过使用secureSockets.serverCertificate属性,可以收集有关当前证书的各种英特尔信息,如下所示:
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/net/SecureSocket.html#serverCertificate
https://stackoverflow.com/questions/9209914
复制相似问题