Re: SSL handshake problem.

2007-10-10 Thread jimmy bahuleyan
Sukanta Panigrahi wrote: > I have a basic question here: > Is it mandatory to have the server configured with ciphers/certificates > for SSL handshake? > > Thanks / Sukant well, ciphers - yes. If you don't do it, openssl gives you a default cipher list. certificates - not all the time. If you're

Re: SSL handshake problem.

2007-10-09 Thread Sukanta Panigrahi
I have a basic question here: Is it mandatory to have the server configured with ciphers/certificates for SSL handshake? Thanks / Sukant Alex Lam wrote: Hi Alessandro, You will need to set up a handful of cipher & certificate related settings before server and client will join. I suggest y

Re: SSL handshake problem.

2007-10-09 Thread Alex Lam
Hi Alessandro, You will need to set up a handful of cipher & certificate related settings before server and client will join. I suggest you take a look at the apps/s_server.c and apps/s_client.c regards, alex On 10/9/07, Alessandro Baggi <[EMAIL PROTECTED]> wrote: > > I'm trying to make a client

Re: SSL handshake problem.

2007-10-09 Thread Frans de Boer
Unless someone recognizes the text, it might be helpful if you tell a little more about the server and client side. frans. On Wed, 2007-10-10 at 00:09 +0200, Alessandro Baggi wrote: > I'm trying to make a client/server application with ssl connection but > the handshake doesn't work. > > Readin

SSL handshake problem.

2007-10-09 Thread Alessandro Baggi
I'm trying to make a client/server application with ssl connection but the handshake doesn't work. Reading the manual page I've tried to do this to make ssl connection: Server layer: SSL_CTX *ssl = NULL; SSL *new = NULL; socketdescriptor = socketcreation(); bind(...); listen(...); accept(...);

SSL Handshake problem

2001-10-30 Thread java developer
Is anyone aware of SSL handshake problems with using the latest OpenSSL package with BEA Weblogic 5.1? If so, please elaborate... If not, any clues as to what things to look for in handshake problems would be greatly appreciated. Thanks.