Re:[cas-user] CAS 2 Way SSL Understanding/Issue

2012-12-19 Thread dsilvia
I got it. It was the login-webflow.xml file. I needed to set more checks to "startAuthenticate", which follows the x509 flow, then the x509 documentation mentions. I am now on the way. -- View this message in context: http://jasig.275507.n4.nabble.com/CAS-2-Way-SSL-Understanding-Issue-tp4657290

[cas-user] CAS 2 Way SSL Understanding/Issue

2012-12-19 Thread dsilvia
Hi I am trying to get 2 Way SSL configured using CAS. I have been at this for over a week now. I have pulled the latest code and added print statements in the source code and recompiled and deployed the code. However, I am not able to see any of the print statements I have added in the X509 code

[cas-user] Error creating bean with name 'noRedirectHttpClient' defined in ServletContext resource

2012-12-18 Thread dsilvia
I am trying to debug an issue I am having trying to get 2 way ssl working by using CAS 3.5.1 source code and adding print statements. However, when trying to run cas-sever-webapp I get th following error: 2012-12-18 08:25:12,689 ERROR [org.springframework.web.context.ContextLoader] - org.springfr

Re:[cas-user] CAS 3.5: X509CertificateCredentialsToSubjectPrinciplalResolver not resolving Certificate

2012-12-10 Thread dsilvia
I have set up SSL debug. I see a few things but it appears that everything is working fine. There are some items like: *** ClientHello, TLSv1 RandomCookie: GMT: 1338302492 bytes = { 172, 91, 240, 114, 109, 251, 133, 7, 153, 136, 56, 60, 156, 220, 128, 192, 18, 208, 79, 88, 183, 228, 113, 51, 180,

Re:[cas-user] CAS 3.5: X509CertificateCredentialsToSubjectPrinciplalResolver not resolving Certificate

2012-12-10 Thread dsilvia
Hi I have been trying to figure the issue with the client certs. and getting no where. I have added a number of certs to the java cacerts and the truststore we are using and for some reason can't seem to find out why I am not able to see any log statements indicating I am getting into the X509Cer

[cas-user] CAS 3.5: X509CertificateCredentialsToSubjectPrinciplalResolver not resolving Certificate

2012-12-05 Thread dsilvia
I have been viewing the posts associated with the X509 resolvers and have not been able to figure out why I am having issues trying to get the CAS to authenticate users via Client certs from a CAC. Should I be able to authenticate directly to CAS and getting the "Log In Successful" page. Apache To