Generally speaking, you would:
1. have apache listen to port 443 2. configure virtual host as SSL 3. jk-mount the cas context Hope that helps. Anything with apache is very dependent on version numbers and can be customized in any number of ways from compiling the server itself to configuration parameters. Pertinent to CAS, you have to decide where you would like to handle SSL (at the Apache level or Tomcat/JVM level). Here are some additional references: * http://httpd.apache.org/docs/2.0/ssl/ (General SSL Guidelines) * http://tp.its.yale.edu/confluence/display/TP/Configuring+mod_jk+and+mod_ jk2 (JK-Mounting CAS) * http://hunter.campbus.com/ (Apache modules pre-configured for SSL for Windows PC...excellent for testing configuration) A genuine secure production deployment will need a true blue systems administrator (or an amateur C programmer plus endless trial and error) who can compile the source with confidence, mixing and matching various components to best meet business requirements. If you are not that person, best find such a person (I did). Good Luck. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 5:32 AM To: [email protected] Subject: SSL help please How does one get apache to go to https://server.com/cas? Mine goes to https://server.com:8080/cas. Is my SSL configuration screwed up or is apache misconfigured? Does it depend on which client one uses? (I'm trying with phpCAS). Thanks, Joe Salvaggio
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
