AFAIK, you just need to check if any port in your tomcat (which CAS server is running) is running. Don't need to worry about other companies' blocked port number. Try to change the 8443 in tomcat's /conf/server.xml (By default, it's commented out. You have to uncomment and try to change to other number if the 8443 is blocked.
If all settings works... you just need to connect it like this url: https://casserver.yoursite.com:8553/cas/login?service=http://casified-app.anysite.com/ (8553 is just example...usually not used port number) SOO IL KIM ---------------------------- On Tue, Apr 7, 2009 at 11:49 AM, Chan <[email protected]> wrote: > Hello, > > I want set CAS for a extranet, but the 443 port is already used by other > service and the 8443 port is blocked by many companies. > > What can I do for solve this problem? > Can I create a virtualHost secure connection in Tomcat for this? > > Thank you for your help. > > Chan > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
