Searched refs:caCertPath (Results 1 – 3 of 3) sorted by relevance
49 protected $caCertPath = null; variable in CAS_Request_AbstractRequest202 * @param string $caCertPath path to cert208 public function setSslCaCert ($caCertPath,$validate_cn=true) argument215 $this->caCertPath = $caCertPath;
114 if ($this->caCertPath) {121 curl_setopt($ch, CURLOPT_CAINFO, $this->caCertPath);122 phpCAS::trace('CURL: Set CURLOPT_CAINFO ' . $this->caCertPath);
122 * @param string $caCertPath path to cert file128 public function setSslCaCert ($caCertPath, $validate_cn = true); argument