filename, "cert" => filename, "ca" => filename) */ function __construct($ssl) { $this->ssl = $ssl; } function connectSsl() { return $this->ssl; } }