I'm trying to enable/configure the service registry, but I must be
missing something pretty fundamental.  Any clues would be appreciated.
Also happy and willing to RTFM if pointed to the appropriate FM :)

The primary error being logged is:

ERROR [org.jasig.cas.client.util.CommonUtils] - Connection refused
java.net.ConnectException: Connection refused

My documention reference is:

<https://wiki.jasig.org/display/CASUM/Configuring>  [*]

my cas.properties contains:

  server.prefix=https://our.cas.hawaii.edu/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}

For now, I'm just trying to get this working with the default deployment
in-memory services, so I've left the database config aspects alone.

I can successfully authenticate against our LDAP using the URL
<https://our.cas.hawaii.edu/cas/login>

but when I try the services URL
<https://our.cas.hawaii.edu/cas/services>

I get the aforementioned error after submitting my credentials.

[*] I note that the wiki section "Securing the Services Management
Application" provides the example:

  <bean id="userDetailsService" 
class="org.acegisecurity.userdetails.memory.InMemoryDaoImpl">
    ...
  </bean>

but this doesn't appear to be compatible with the deployerConfigContext.xml
provided for 3.4.11 which uses

  <sec:user-service id="userDetailsService">
    ...
  </sec:user-service>

-baron
-- 
Baron Fujimoto <[email protected]> :: UH Information Technology Services
minutas cantorum, minutas balorum, minutas carboratum desendus pantorum

-- 
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

Reply via email to