I followed this page (http://wiki.alfresco.com/wiki/Alfresco_With_mod_auth_cas) to configure my alfresco and share to have SSO. I am simply trying mod_auth_cas first with examples, covered on the page I just provided. It is a step before you configure alfresco and share to use mod_auth_cas. I have not passed this one because it looks like that my ssl has configuration problems. I have worked with this problem for a while and would like to get some help. The error has to do with x509:
2010-09-09 12:35:44,804 DEBUG [org.jasig.cas.adaptors.x509.web.flow.X509CertificateCredentialsNonInteractiveAction] - <Action 'X509CertificateCredentialsNonInteractiveAction' beginning execution> 2010-09-09 12:35:44,805 DEBUG [org.jasig.cas.adaptors.x509.web.flow.X509CertificateCredentialsNonInteractiveAction] - <Certificates not found in request.> 2010-09-09 12:35:44,805 DEBUG [org.jasig.cas.adaptors.x509.web.flow.X509CertificateCredentialsNonInteractiveAction] - <Action 'X509CertificateCredentialsNonInteractiveAction' completed execution; result is 'error'>
I am using a commercial SSL and inside httpd.conf I have added paths to access the SSL's files.
The log shows that LDAP authentication is working for legitimate users, but my guess is that because SSL not found in request, the application can not proceed. On the web it gives me an internal error.