RE: Trusted certificates with Java 1.4.1

2003-06-13 Thread Lars Ove Claesson
now). I will, however, try it out later. Thanks for both suggestions! Regards, Lars Ove Claesson Systems Developer Datek Wireless AS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11. juni 2003 18:03 To: [EMAIL PROTECTED] Subject: RE: Trusted certificates

RE: Trusted certificates with Java 1.4.1

2003-06-11 Thread armstpat
I apologize if this has already been answered. I lost a bunch of email today. If you are sure your app is finding the keystore and certificate, your problem might be with the incompatibility between JDK/JRE 1.3 and JDK/JRE 1.4. If you are trying to talk between the two, you might need to set a t

Re: Trusted certificates with Java 1.4.1

2003-06-06 Thread Mark Childerson
Hi Lars, We had a similar problem when going to Java 1.4.1 . The solution was to eliminate the java.security.Security.addProvider() call altogether. I think this is because the JSSE stuff is now part of the standard JRE, and not an additional package. Mark At 09:58 AM 06/06/2003 +0200, you wr