RE: AprHttp11 Connector - unable to locate certificates

2009-11-12 Thread Caldarale, Charles R
 From: /U [mailto:uma...@comcast.net]
 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



AprHttp11 Connector - unable to locate certificates

2009-11-11 Thread /U
 by: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
at
sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:280)
... 40 more


Thanx!

/U


-- 
View this message in context: 
http://old.nabble.com/AprHttp11-Connector---unable-to-locate-certificates-tp26311889p26311889.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org