From mark at firedisk.net Sun Apr 12 05:20:20 2015 From: mark at firedisk.net (Mark Hellegers) Date: Sun, 12 Apr 2015 07:20:20 +0200 CEST Subject: Problems with SSL In-Reply-To: <2289739361-BeMail@starquake> Message-ID: <103253910156-BeMail@starquake> > > The cacerts file should go under j2sdk-image/jre/lib/security. > > You'll > > need > > to consult the hpkg for where the j2sdk-image directory is though. > > I have been looking at adding the carcerts file from a Windows installation of the jdk, but so far I have not had much luck yet. What is the best way to do this? Btw, what is the best way to report problems with the port? I had a crash of Java Runtime Environment twice now. Can I post it on this list or is there a bug tracker for it? Kind regards, Mark Hellegers -- Spangalese for beginners `Halley mak ranfuer.' `Your infant has swallowed my grenade.' From hamishm53 at gmail.com Tue Apr 14 15:44:41 2015 From: hamishm53 at gmail.com (Hamish Morrison) Date: Tue, 14 Apr 2015 16:44:41 +0100 Subject: Problems with SSL In-Reply-To: <103253910156-BeMail@starquake> References: <103253910156-BeMail@starquake> Message-ID: <552D35E9.4010008@gmail.com> Hi Mark, On 12/04/2015 06:20, Mark Hellegers wrote: > I have been looking at adding the carcerts file from a Windows > installation of the jdk, but so far I have not had much luck yet. What > is the best way to do this? > > Btw, what is the best way to report problems with the port? I had a > crash of Java Runtime Environment twice now. Can I post it on this list > or is there a bug tracker for it? For updating the cacerts, something like this should do it: package update -fC lib/x86/openjdk/jre/lib/security Crash reports can be reported at the bug tracker on my Bitbucket repository: https://bitbucket.org/hamishm/haiku-jdk7u-jdk/issues Regards, Hamish From mark at firedisk.net Tue Apr 14 21:41:07 2015 From: mark at firedisk.net (Mark Hellegers) Date: Tue, 14 Apr 2015 23:41:07 +0200 CEST Subject: Problems with SSL In-Reply-To: <552D35E9.4010008@gmail.com> Message-ID: <5432486030-BeMail@starquake> Hello Hamish, > Hi Mark, > > On 12/04/2015 06:20, Mark Hellegers wrote: > > I have been looking at adding the carcerts file from a Windows > > installation of the jdk, but so far I have not had much luck yet. > > What > > is the best way to do this? > > > > Btw, what is the best way to report problems with the port? I had a > > crash of Java Runtime Environment twice now. Can I post it on this > > list > > or is there a bug tracker for it? > > For updating the cacerts, something like this should do it: > > package update -fC lib/x86/openjdk/jre/lib/security path> > My package command didn't seem to have an update function (at least not according to the documentation). I managed to get it to work with an add. I also created the right directory path, put the cacerts in there and then added it with: package add -f lib/x86/openjdk/jre/lib/security/ cacerts Perhaps I did something wrong and it can be done as you described, but at least I got it working with your help. Thank you very much! > Crash reports can be reported at the bug tracker on my Bitbucket > repository: > > https://bitbucket.org/hamishm/haiku-jdk7u-jdk/issues Thanks. I created an issue for the crash. Let me know if you need more information. Kind regards, Mark -- Spangalese for beginners 'Bul esh na' 'How many ducks will you trade for my magic kidney stones' From hamishm53 at gmail.com Wed Apr 15 16:44:02 2015 From: hamishm53 at gmail.com (Hamish Morrison) Date: Wed, 15 Apr 2015 17:44:02 +0100 Subject: Problems with SSL In-Reply-To: <5432486030-BeMail@starquake> References: <5432486030-BeMail@starquake> Message-ID: <552E9552.3020200@gmail.com> On 14/04/2015 22:41, Mark Hellegers wrote: > My package command didn't seem to have an update function (at least not > according to the documentation). I managed to get it to work with an > add. I also created the right directory path, put the cacerts in there > and then added it with: > package add -f lib/x86/openjdk/jre/lib/security/ > cacerts > > Perhaps I did something wrong and it can be done as you described, but > at least I got it working with your help. Thank you very much! Yes -- it's add and not update, my mistake. Glad you got it working. I'll take a look at the bug report when I next have a chance to work on OpenJDK. Regards, Hamish