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
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
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
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
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
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
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
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
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