mApplication.ignoreBadCertificates()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows NT Support: Flash 7 SWF + mProjector 2.0;

Macintosh: Not Yet Available

Usage

mApplication.ignoreBadCertificates(ignore:Boolean) : Void

Parameters

ignore - True or false.

Returns

Nothing.

Description

Method; Allows HTTPS/SSL communication even if target server has a bad certificate.

Example

The following example allows access to servers with bad certificates.

mApplication.ignoreBadCertificates(true);