Roger, Note: I am running CAS 3.5.2
I reviewed my cas.properties file and this is what I have for mine: server.name=https://casdev.uco.edu:8443 server.prefix=${server.name}/cas cas.securityContext.serviceProperties.service=${server.prefix}/services/j_acegi_cas_security_check cas.securityContext.serviceProperties.adminRoles=ROLE_ADMIN cas.securityContext.casProcessingFilterEntryPoint.loginUrl=${server.prefix}/login cas.securityContext.ticketValidator.casServerUrlPrefix=${server.prefix} cas.themeResolver.defaultThemeName=cas-theme-default cas.viewResolver.basename=default_views host.name=muninn ---------------------------------- So your server.name should be https://ourdevsystem.edu:8443. Make sure that you have your 8443 Connector enabled in your tomcat configuration and that you have a self-signed certificate generated for Tomcat. I know I've had this happen to me before and it ended up that I had created a local hosts entry on my desktop machine that was redirecting me to the wrong server. Also, I'm sure you've done this, after you make the changes make sure that you restart Tomcat so that it can load the new configuration changes. Ben Branch UNIX/Linux Administrator University of Central Oklahoma ITIL Foundation v3, Network+, RHCSA 100 N. University Drive, Box 122 Edmond, OK 73034 D: 405.974.2649 | M: 405.550.6804 | [email protected] | www.uco.edu "I am wiser than this man, for neither of us appears to know anything great and good; but he fancies he knows something, although he knows nothing; whereas I, as I do not know anything, so I do not fancy I do. In this trifling particular, then, I appear to be wiser than he, because I do not fancy I know what I do not know." - Socrates -----Original Message----- From: Roger [mailto:[email protected]] Sent: Friday, July 11, 2014 11:35 AM To: [email protected] Subject: Re: [cas-user] Service Management Redirects To Localhost Hello, Thank you for the reply and the suggestion. Unfortunately, it did not solve the problem. We are still being redirected to localhost:8080. Any other tips, ideas or suggestions? Thanks, Roger On 7/10/14 4:50 PM, Ben Branch wrote: > In our cas.properties, we have the following: > server.name=https://localhost:8443 <---- Change this from localhost to > ourdevsystem.edu:8443 host.name=ourdevsystem.edu <--- This is used to > appended the hostname to the end of the Ticket Granting Tickets and the > Service Tickets (very useful in a clustered environment). > > Ben Branch > UNIX/Linux Administrator > University of Central Oklahoma > ITIL Foundation v3, Network+, RHCSA > > 100 N. University Drive, Box 122 > Edmond, OK 73034 > D: 405.974.2649 | M: 405.550.6804 | [email protected] | www.uco.edu > > "I am wiser than this man, for neither of us appears to know anything > great and good; but he fancies he knows something, although he knows > nothing; whereas I, as I do not know anything, so I do not fancy I do. > In this trifling particular, then, I appear to be wiser than he, > because I do not fancy I know what I do not know." - Socrates > > -----Original Message----- > From: Roger [mailto:[email protected]] > Sent: Thursday, July 10, 2014 3:39 PM > To: [email protected] > Subject: [cas-user] Service Management Redirects To Localhost > > Hello, > > We are just getting started with CAS. We can load > https://ourdevsystem.edu:8443/cas/ and login using username=password. > However, we are not able to load the service management page. I'm using > "ourdevsystem.edu" below in place of our real domain name. > > When we try to load the Service Management page: > https://ourdevsystem.edu:8443/cas/services > > We are always redirected to: > http://localhost:8080/cas/login?service=http%3A%2F%2Flocalhost%3A8080% > 2Fcas%2Fservices%2Fj_acegi_cas_security_check > > Can anyone think of a setting that we missed in the install/configuration > that would cause us to be redirected to localhost:8080? > > In our cas.properties, we have the following: > server.name=https://localhost:8443 > host.name=ourdevsystem.edu > > Thanks in advance, > Roger > > -- > Roger Spears > Manager of Data Systems > Northwest State Community College > 22600 State Route 34 > Archbold, Ohio 43502 > P: 419-267-1304 > F: 419-267-3891 > > > > *********************************** > This message and any attachment are confidential, intended solely for the use > of the individual or entity to whom it is addressed and may be protected > under FERPA (http://www2.ed.gov/policy/gen/reg/ferpa/index.html ). If you > have received it by mistake, or are not the named recipient(s), please > immediately notify the sender and delete the message. You are hereby notified > that any unauthorized use, copying or dissemination of any or all information > contained in this message is prohibited. Northwest State Community College > and/or any part thereof shall not be liable for the message if altered, > falsified, or in case of error in the recipient. > > > -- > 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 > **Bronze+Blue=Green** The University of Central Oklahoma is Bronze, Blue, and > Green! Please print this e-mail only if absolutely necessary! > > **CONFIDENTIALITY** -This e-mail (including any attachments) may contain > confidential, proprietary and privileged information. Any unauthorized > disclosure or use of this information is prohibited. > -- Roger Spears Manager of Data Systems Northwest State Community College 22600 State Route 34 Archbold, Ohio 43502 P: 419-267-1304 F: 419-267-3891 *********************************** This message and any attachment are confidential, intended solely for the use of the individual or entity to whom it is addressed and may be protected under FERPA (http://www2.ed.gov/policy/gen/reg/ferpa/index.html ). If you have received it by mistake, or are not the named recipient(s), please immediately notify the sender and delete the message. You are hereby notified that any unauthorized use, copying or dissemination of any or all information contained in this message is prohibited. Northwest State Community College and/or any part thereof shall not be liable for the message if altered, falsified, or in case of error in the recipient. -- 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 **Bronze+Blue=Green** The University of Central Oklahoma is Bronze, Blue, and Green! Please print this e-mail only if absolutely necessary! **CONFIDENTIALITY** -This e-mail (including any attachments) may contain confidential, proprietary and privileged information. Any unauthorized disclosure or use of this information is prohibited. -- 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
