Re: extracting alert codes

2001-08-16 Thread Lutz Jaenicke
On Thu, Aug 16, 2001 at 11:24:48AM -0400, Robert Pungello wrote: > >The error message you are seeing says: > >* You are on the server side (because it happens in the > SSL3_GET_CLIENT_HELLO > > stage; only the server _gets_ the client hello, the client sends it). > >* Your server has decided that

Re: extracting alert codes

2001-08-16 Thread Robert Pungello
>The error message you are seeing says: >* You are on the server side (because it happens in the SSL3_GET_CLIENT_HELLO > stage; only the server _gets_ the client hello, the client sends it). >* Your server has decided that there is no shared cipher in the client hello. > See "man SSL_CTX_set_cip

Re: extracting alert codes

2001-08-16 Thread Lutz Jaenicke
On Thu, Aug 16, 2001 at 09:22:34AM -0400, Robert Pungello wrote: > I am trying to get the SSL/TLS alert code for various errors but am having > trouble doing so. Suppose I get the following error string: > > error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher > > I know this is a

extracting alert codes

2001-08-16 Thread Robert Pungello
I am trying to get the SSL/TLS alert code for various errors but am having trouble doing so. Suppose I get the following error string: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher I know this is a handshake_failure alert number 40, but I'm having determining this informati