Re: WIP Java certificates

2016-06-16 Thread Ludovic Courtès
Ricardo Wurmus skribis: > As soon as I add > > #:use-module (gnu packages certs) > > to the module definition of “(gnu packages java)” Guix complains with > errors that are usually indicative of a module loop. Attached is a > patch to master. > > Here are the

Re: WIP Java certificates

2016-06-16 Thread Ricardo Wurmus
Ricardo Wurmus writes: > I noticed that IcedTea/OpenJDK does not actually generate a certificate > store at build time — the store at “$out/lib/security/cacerts” is > empty. As a result, accessing websites via HTTPS fails. With some modifications to the patch

WIP Java certificates

2016-06-15 Thread Ricardo Wurmus
Hi Guix, I noticed that IcedTea/OpenJDK does not actually generate a certificate store at build time — the store at “$out/lib/security/cacerts” is empty. As a result, accessing websites via HTTPS fails. I’m now attempting to write a package that provides such a keystore by automatically