I couldnt make much sense of the log.

I'll try to point out some things.

[Tue Oct 01 11:26:47 2013] [debug] ssl_engine_init.c(807): Configuring
RSA server certificate
[Tue Oct 01 11:26:47 2013] [debug] ssl_engine_init.c(846): Configuring
RSA server private key
[Tue Oct 01 11:26:48 2013] [info] Loading certificate & private key of
SSL-aware server
[Tue Oct 01 11:26:48 2013] [info] svg-comp-fet.example.no:443

That appears to be your Apache host.

[Tue Oct 01 11:27:34 2013] [debug] src/mod_auth_cas.c(1406): [client
xxx.xx.xxx.xxx] entering getResponseFromServer()
[Tue Oct 01 11:27:34 2013] [error] [client xxx.xx.xxx.xxx] MOD_AUTH_CAS:
Could not perform SSL handshake with svg-comp-bet.example.no
<http://svg-comp-bet.example.no> (check CASCertificatePath)
[Tue Oct 01 11:27:34 2013] [debug] src/mod_auth_cas.c(1184): [client
xxx.xx.xxx.xxx] entering isValidCASTicket()

You should ensure that CASCertificatePath points to a directory containing the server certificate for svg-comp-fet.example.no or the CA that issued it. I know you said you already verified that, but you should use openssl s_client to confirm that the certificate you think you trust is actually the one you trust. It's pretty clear this is a certificate trust problem of some kind.

M

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