Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CURL libs must be present on your system, and they must have been compiled with SSL support.

PHP >= 5.

...

4 (PHP >= 4.2.2 for 1.1.x)

phpCAS users must have PHP compiled with the following options:

...

If you plan to write a CAS proxy, you will need to secure your Apache server with OpenSSL. HTTPS configuration is needed to use CAS proxies (the callback URL given to the CAS server to transmit the PGTIou must be secured). To achieve this, edit your httpd.conf file and add lines such as:

Code Block

SSLCertificateFile /etc/x509/cert.server.pem
SSLCertificateKeyFile /etc/x509/key.server.pem
SSLCertificateChainFile /etc/x509/cachain.pem
SSLCACertificateFile /etc/x509/cacert.pem

...