Re: calling HTTPS URL from tomcat in eclipse fails with unable to find valid certification path to requested target Error

2011-09-09 Thread Ashish Kulkarni
shaker.serverCertificate(ClientHandshaker.java:841) > ... 68 more > Caused by: sun.security.provider.certpath.SunCertPathBuilderException: > unable to find valid certification path to requested target > at > sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBu

calling HTTPS URL from tomcat in eclipse fails with unable to find valid certification path to requested target Error

2011-09-09 Thread Ashish Kulkarni
: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:221) at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:145) at

Unable to find valid Certification Path to Requested Target

2008-08-28 Thread Craig Regester
: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Details = [SOAPException: faultCode=Error Sending POST: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed

RE: unable to find valid certification path to requested target

2007-07-18 Thread Propes, Barry L
looks like a proxy error. -Original Message- From: christopher pax [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 11:05 AM To: users@tomcat.apache.org Subject: Fwd: unable to find valid certification path to requested target Hello i am trying to integrate shibboleth

Fwd: unable to find valid certification path to requested target

2007-07-18 Thread christopher pax
: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150) com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518) com.sun.net.ssl.internal.ssl.Handshaker.fatalSE

Re: Error: unable to find valid certification path to requested target

2006-09-07 Thread Jeanna Geier
hursday, September 07, 2006 12:44 AM Subject: Re: Error: unable to find valid certification path to requested target You need to import the top level cert into cacerts with -trustcacerts. Otherwise it is untrusted. "Jeanna Geier" <[EMAIL PROTECTED]> wrote in message news:[EMA

Re: Error: unable to find valid certification path to requested target

2006-09-06 Thread Bill Barker
-bin-2.1\bin>run.bat [ Slide ] $ open https://localhost/slide/ connect https://localhost/slide/ Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [ Slide ]

Error: unable to find valid certification path to requested target

2006-09-06 Thread Jeanna Geier
der.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [ Slide ] $ Any ideas? Most everywhere I looked suggested adding the certificate to the Java security store, which I've done, or verify that the name on the certificate is "localhost" (wh