> From: /U [mailto:[email protected]] > Subject: AprHttp11 Connector - unable to locate certificates
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream > (HttpsURLConnectionImpl.java:234) > at > org.jasig.cas.client.validation.AbstractCasProtocolUrlBasedTicketValidator. > retrieveResponseFromServer(AbstractCasProtocolUrlBasedTicketValidator.java:35) > at > org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator. > validate(AbstractUrlBasedTicketValidator.java:178) > at > org.jasig.cas.client.validation.AbstractTicketValidationFilter. > doFilter(AbstractTicketValidationFilter.java:132) The error is coming from one of your webapp's filters, not Tomcat's connector. Looks like your filter is making its own connections and will need its own set of JSSE-based certificates. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
