RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
p on JSSE this weekend. I have successfully -Original Message- From: Jeremy Levy [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 2:42 PM To: [EMAIL PROTECTED] Subject: RE: Can't find Trusted Cert. Hmm.. I don't know about this... Here is how I created my keystore.. Hope

RE: Can't find Trusted Cert.

2002-07-12 Thread Rajesh . Mittal
PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject:RE: Can't find Trusted Cert. This message originated from the Internet. Its originator may or may not be who th

RE: Can't find Trusted Cert.

2002-07-12 Thread Rajesh . Mittal
ot;); i.e. you always specify abosulte path to the file. I hope this helps.. Rajesh "Jeremy Levy" <[EMAIL PROTECTED]> on 12 Jul 2002 14:04 Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> Subject:RE: Can't find Trusted Cert.

RE: Can't find Trusted Cert.

2002-07-12 Thread Jeremy Levy
tions. Jeremy -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 2:42 PM To: '[EMAIL PROTECTED]' Subject: RE: Can't find Trusted Cert. Thanks, Jeremy. I thought it might be a directory path. Once I changed it to a win directory, t

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
Levy [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: RE: Can't find Trusted Cert. Try // Set the truststore for authentication System.setProperty("javax.net.ssl.trustStore", "gov/doc/bis/snap/clienttruststore"); I don&

RE: Can't find Trusted Cert.

2002-07-12 Thread Jeremy Levy
user.dir system property.. Is that correct? JL -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 1:58 PM To: '[EMAIL PROTECTED]' Subject: RE: Can't find Trusted Cert. in the client code, I also mistyped the trustStore location pro

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:01 AM To: '[EMAIL PROTECTED]' Subject: RE: Can't find Trusted Cert. Thanks you, Geza. In my client code, I did mistype javax.net.ssl.trustStore as javax.net.ssl.truststore After I changed it to

RE: Can't find Trusted Cert.

2002-07-12 Thread Jeremy Levy
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:22 AM To: [EMAIL PROTECTED] Subject: RE: Can't find Trusted Cert. I struggled with the same thing the whole day. My problem turned otu to be the bloody system property. Watch out because it is case sensit

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
Sent: Friday, July 12, 2002 10:22 AM To: [EMAIL PROTECTED] Subject: RE: Can't find Trusted Cert. I struggled with the same thing the whole day. My problem turned otu to be the bloody system property. Watch out because it is case sensitive. It has to be javax.net.ssl.keyStore, with capital "S

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
my client code as specified in the second email in this thread. I hope that helps pinpoint what I'm missing or doing wrong. Thanks again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:05 AM To: [EMAIL PROTECTED] Subject: RE: Can&

RE: Can't find Trusted Cert.

2002-07-12 Thread Geza.Szocs
icate Extensions: 1 > [1]: ObjectId: 2.5.29.19 Criticality=true > BasicConstraints:[ > CA:true > PathLen:2147483647 > ] > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 12, 2002 3:37 AM > To: [EMAIL PROTECTED] &

RE: Can't find Trusted Cert.

2002-07-12 Thread Rajesh . Mittal
u need any help in understanding it more, let me know... Rajesh "Cohan, Sean" <[EMAIL PROTECTED]> on 12 Jul 2002 10:02 Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PR

RE: Can't find Trusted Cert.

2002-07-12 Thread Cohan, Sean
TED]] Sent: Friday, July 12, 2002 3:37 AM To: [EMAIL PROTECTED] Subject: RE: Can't find Trusted Cert. Hi, Try running your client and server with SSL debug ON. (java -Djavax.net.debug=ssl ...) This way you can see what's really happening. You can find out whether the system finds you

RE: Can't find Trusted Cert.

2002-07-12 Thread Geza.Szocs
' > Subject: RE: Can't find Trusted Cert. > > > Perhaps a little more info should have been provided on my > part. Here is my > relevant client code: > > // Set the protocol for handling SSL based connectin

RE: Can't find Trusted Cert.

2002-07-11 Thread Cohan, Sean
Perhaps a little more info should have been provided on my part. Here is my relevant client code: // Set the protocol for handling SSL based connecting System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol"); // Add the