> I have to assume that the Wrapper Filter is catching and eating all SSL > errors since my certs aren't trusted.
That is not the case. Take a look at the source for that filter -- it's painfully simple. SSL trust issues always show up at ticket validation time. What's likely is that your _application_ swallowed the error formerly and ticket validation failed, so there was no CAS principal to inject into the request, which would explain your getting null. 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
