Home
last modified time | relevance | path

Searched refs:caCertPath (Results 1 – 3 of 3) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/
H A DAbstractRequest.php49 protected $caCertPath = null; variable in CAS_Request_AbstractRequest
202 * @param string $caCertPath path to cert
208 public function setSslCaCert ($caCertPath,$validate_cn=true) argument
215 $this->caCertPath = $caCertPath;
H A DCurlRequest.php114 if ($this->caCertPath) {
121 curl_setopt($ch, CURLOPT_CAINFO, $this->caCertPath);
122 phpCAS::trace('CURL: Set CURLOPT_CAINFO ' . $this->caCertPath);
H A DRequestInterface.php122 * @param string $caCertPath path to cert file
128 public function setSslCaCert ($caCertPath, $validate_cn = true); argument