Skip to content

Commit

Permalink
Update index.php (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed authored and jtgasper3 committed Apr 27, 2018
1 parent f6a073c commit 81f268a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion php-cas/var-www-html/php-cas/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

// Initialize phpCAS
phpCAS::client(CAS_VERSION_2_0, $cas_host, $cas_port, $cas_context);
phpCAS::setExtraCurlOption( CURLOPT_SSLVERSION, 6 );

// Let the default behavior of negotiating protocol happen
// phpCAS::setExtraCurlOption( CURLOPT_SSLVERSION, 6 );

// For production use set the CA certificate that is the issuer of the cert
// on the CAS server and uncomment the line below
Expand Down

0 comments on commit 81f268a

Please sign in to comment.