[Bug 270] GoogleVideoUploader fails when using OpenJDK

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Dec 31 15:18:14 PST 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=270


omajid at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from omajid at redhat.com  2008-12-31 23:18 -------
Hi,

It seems like you might be missing the certificates. Icedtea6 build a dummy
certificate file under $JAVA_HOME/jre/lib/security/cacerts. The arch pkgbuild
at
http://repos.archlinux.org/viewvc.cgi/openjdk6/repos/extra-i686/PKGBUILD?view=markup
seems to install that dummy certificate file as the real thing. 

Here is a workaround. This is not the best (or the correct) way but it should
get you started. Grab
http://cvs.fedoraproject.org/viewvc/rpms/ca-certificates/F-10/ca-bundle.crt?revision=1.2
and
http://cvs.fedoraproject.org/viewvc/rpms/ca-certificates/F-10/generate-cacerts.pl?revision=1.2
and run
perl generate-cacerts.pl $JAVA_HOME/jre/bin/keytool ca-bundle.crt
If everything goes well, that should produce a cacerts file. Copy this over
into $JAVA_HOME/jre/lib/security/cacerts and you should be good to go. Of
course, eventually you want to figure out a way to use the certificates from
the system installed ca-certificates package instead of the ca-bundle.crt file,
but this should work as a quick fix.

Let me know if this fixes the problem.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list