RE: Open SSL server and JSee client

2007-04-19 Thread Marek Marcola
Hello, > If IV is not required for cipher when we use RC4,does anyone have idea > on what might be the problem? Problem is not on server side (OpenSSL) but on client side. Server is configured to request client authentication (we see certificate_request packet send from server) but client do not wa

RE: Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
SSL server and JSee client Hello, > But it appears > that your problem is defined by the 'no IV' message. I did a quick > search on it and didn't find much that was helpful. > >... no IV for cipher > >main, WRITE: TLSv1 Change Cipher Spec, length = 1 > >J

Re: Open SSL server and JSee client

2007-04-18 Thread Marek Marcola
Hello, > But it appears > that your problem is defined by the 'no IV' message. I did a quick > search on it and didn't find much that was helpful. > >... no IV for cipher > >main, WRITE: TLSv1 Change Cipher Spec, length = 1 > >JsseJCE: Using JSSE internal implementation for cipher RC4 > >*** Fini

Re: Open SSL server and JSee client

2007-04-18 Thread Jim Sansing
ueueConnectionFactory.java:79) > at Sender.main(Sender.java:39) > >-----Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Jim Sansing >Sent: Wednesday, April 18, 2007 8:57 AM >To: openssl-users@openssl.org >Subject: Re: Open SSL serve

RE: Open SSL server and JSee client

2007-04-18 Thread Marek Marcola
Hello, > 3. server (openSSL) requires the client certificate to be sent in. The > client certificate that I send in is signed by the root certificate > which exists on the server. Therefore the client should be trusted > > > Below is the debug trace: > > trigger seeding of SecureRandom > done

Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
I have a JSEE client that needs to talk to a server that implements openssl 0.9.8d. Mutual authentication is required. Even though I added the JVM parameters used to load the client certificate, I keep getting handshake failure. Just wonder this is a well known problem and what's the appropriate

RE: Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
Tibj msQueueConnectionFactory.java:79) at Sender.main(Sender.java:39) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Sansing Sent: Wednesday, April 18, 2007 8:57 AM To: openssl-users@openssl.org Subject: Re: Open SSL server and JSee client What i

Re: Open SSL server and JSee client

2007-04-18 Thread Jim Sansing
What is the java error? But in the meantime, since you didn't mention it, there are a few steps you could verify: 1) Since you are using a local keystore, can I assume that you added the certificate to it using the keystore command? 2) By 'mutual authentication' do you mean that the server must

Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
I have a JSEE client that needs to talk to a server that implements openssl 0.9.8d. Mutual authentication is required. Even though I added the JVM parameters used to load the client certificate, I keep getting handshake failure. Just wonder this is a well known problem and what's the appropri