disable_ssl ()

Overrides the CFRuntime::disable_ssl() method from the base class. SSL is required for CloudFront.

Access

public

Related Methods

Source

Method defined in services/cloudfront.class.php | Toggle source view (4 lines) | View on GitHub

public function disable_ssl()
{
    throw new CloudFront_Exception('SSL/HTTPS is REQUIRED for Amazon CloudFront and cannot be disabled.');
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback