function Provision_Service_http_https::init_site in Aegir HTTPS 7.3
File
- drush/
Provision/ Service/ http/ https.php, line 38 - The base implementation of the HTTPS capabale web service.
Class
- Provision_Service_http_https
- The base class for HTTPS supporting servers.
Code
function init_site() {
parent::init_site();
$this->context
->setProperty('https_enabled', 0);
$this->context
->setProperty('https_client_authentication_enabled', 0);
$this->context
->setProperty('https_client_authentication_path', NULL);
$this->context
->setProperty('https_key', NULL);
}