[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-07-08 Thread Henrik Bach
This doesn't seem to be fixed, due to when I run

ec2-describe-images -o self -o amazon
Unexpected error:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: 
PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1639)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:215)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:209)
at 
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1033)
at 
sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:146)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:546)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:482)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:904)
at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1140)
at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:643)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:78)
at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:121)
at java.io.FilterOutputStream.write(FilterOutputStream.java:97)
at 
org.apache.commons.httpclient.methods.ByteArrayRequestEntity.writeRequest(ByteArrayRequestEntity.java:89)
at 
org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:495)
at 
org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1973)
at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at 
org.codehaus.xfire.transport.http.CommonsHttpMessageSender.send(CommonsHttpMessageSender.java:369)
at 
org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:123)
at 
org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
at 
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
at 
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at 
org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy12.describeImages(Unknown Source)
at com.amazon.aes.webservices.client.Jec2.describeImages(Jec2.java:485)
at 
com.amazon.aes.webservices.client.cmd.DescribeImages.invokeOnline(DescribeImages.java:160)
at 
com.amazon.aes.webservices.client.cmd.BaseCmd.invoke(BaseCmd.java:742)
at 
com.amazon.aes.webservices.client.cmd.DescribeImages.main(DescribeImages.java:171)
Caused by: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:302)
at 
sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:205)
at sun.security.validator.Validator.validate(Validator.java:235)
at 
sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:147)
at 
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:230)
at 
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:270)
at 
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1012)
... 32 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable 
to find valid certification path to requested target
at 
sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:197)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:255)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:297)
... 38 more


My java environment on Ubuntu 10.01 is this:

$ aptitude search jre
i   default-jre - Standard Java or Java compatible Runtime  
i A default-jre-headless- Standard Java or Java compatible Runtime (
...
i A icedtea-6-jre-cacao

[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-07-08 Thread Henrik Bach
It was Ubuntu 10.04.

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-07-08 Thread Henrik Bach
More detailed version for java:

$ java -version
java version 1.6.0_18
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu2)
OpenJDK Server VM (build 14.0-b16, mixed mode)

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-05-08 Thread Bug Watch Updater
** Changed in: svnkit
   Status: In Progress = Invalid

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-03-23 Thread Luis Arias
Sure, I just did with svnkit 1.3.2 and today's OpenJDK update on lucid
and it works fine ! :)

l...@persephone:~/opt/svnkit-1.3.2.6267$ java -version
java version 1.6.0_18
OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre3-0ubuntu1)
OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-03-23 Thread Matthias Klose
 Sure, I just did with svnkit 1.3.2 and today's OpenJDK update
  on lucid and it works fine ! :)

thanks for checking

** Changed in: openjdk-6 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-03-22 Thread Matthias Klose
from the svnkit report:

Thank you for investigating this! It is known that OpenJDK contains SSL
implementation different from those in Sun's JDK and former may not work
properly with certain servers/certificates.

please could you recheck this with lucid?


** Changed in: openjdk-6 (Ubuntu)
   Status: New = Incomplete

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510606] Re: SSLHandshakeException on https://svn.codehaus.org

2010-01-21 Thread Bug Watch Updater
** Changed in: svnkit
   Status: Unknown = In Progress

-- 
SSLHandshakeException on https://svn.codehaus.org
https://bugs.launchpad.net/bugs/510606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs