This bug seems to exists because by default the ca-bundle is searched from directory which doesn't exists by default , /etc/pki/tls/certs/ca-bundle.crt.
To get a little further I simply copied existing CA certs from /etc/ssl/certs/ca-certificates.crt to /etc/pki/tls/certs/ca-bundle.crt.
I think it should be possible to give a path to (via java system property) ca directory, but didn't want to search for the proper property name ;)
Next, you'll most likely hit this http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=76 bug . Which is caused by the inability to find out how much 100% is in pixels in browser window. Some integration stuff seems to be missing.
This bug seems to exists because by default the ca-bundle is searched from directory which doesn't exists by default , /etc/pki/ tls/certs/ ca-bundle. crt.
To get a little further I simply copied existing CA certs from /etc/ssl/ certs/ca- certificates. crt to /etc/pki/ tls/certs/ ca-bundle. crt.
I think it should be possible to give a path to (via java system property) ca directory, but didn't want to search for the proper property name ;)
Next, you'll most likely hit this http:// icedtea. classpath. org/bugzilla/ show_bug. cgi?id= 76 bug . Which is caused by the inability to find out how much 100% is in pixels in browser window. Some integration stuff seems to be missing.