* java 1.4.2_12
* tomcat 5.0.28
* apache 2.0.46
* cas-server-3.04
* mod_cas 2003 from cas-client-2.0.11-Yale
Target:
2 servers
ns130138.it with a cas client (mod_cas) on apache
ns130139.it with a cas server
Cas server on ns130139.it is on [OK]
Cas java client on ns130138.it is on [OK]
Cas mod_cas client don't work! [fail]
I'have tried a "java cas client" under tomcat and all work well.
The problem is only with apache/mod_cas.
The PROBLEM:
> http://ns130138.it
< browser go to ns130139.it/cas/login [OK]
> log in
< browser go back to ns130138.it+ticket but an error rise.
----------------------------------------------------------------
/var/log/httpd/error_log:
[error] mod_cas: certificate error : bad cert or verisignserverca.pem is not avaible
----------------------------------------------------------------
The verisign's path is ok. I'have tried many steps but all fail.
I used this too but nothing : (
http://www.int-evry.fr/mci/user/procacci/Doc/serveur-cas-client-mod-cas.html#htoc28
any idea
This is my cas.h:
------------------------------------------------------------
#define CAS_LOGIN_URL "https://ns130139.it:8443/cas/login "
#define CAS_HOST "ns130139.it"
#define CAS_PORT 443
#define CAS_METHOD "GET"
#define CAS_VALIDATE "/cas/servlet/validate"
#define CAS_PROT "HTTP/1.0"
#define BAD_CERT -12
------------------------------------------------------------
.. tring CAS_PORT 8443, CAS_HOST ns130138.it, CAS_VALIDATE "/cas/serviceValidate"
thanks :-)
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
