Hi,

Hello,
i have a question.

I use Ubuntu 12.04 64bit server.
The  openssl version is 1.0.1-4ubuntu5.5
On the same server is installed apache2 with ssl support.
Everything works well.

Now I want to use the ocsp responder for testing.
I start in terminal 1:
>openssl ocsp -index /etc/ssl/index.txt -CA /etc/ssl/private/ca.crt -rkey 
>/etc/ssl/private/ca.key -port 443 -nmin 10
> Waiting for OCSP client connections...

Then in another terminal:
>openssl s_client -connect localhost:443

The result is:
> CONNECTED(00000003)
> 140672369444512:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown 
> protocol:s23_clnt.c:749:
> ---
> no peer certificate available
> ---
>No client certificate CA names sent
>---
>SSL handshake has read 7 bytes and written 226 bytes
>---
>New, (NONE), Cipher is (NONE)
>Secure Renegotiation IS NOT supported
>Compression: NONE
>Expansion: NONE
>---

And in terminal 1:
>Invalid request
>Responder Error: malformedrequest (1)

It would be great if they have a small hint for me.
Thank you very much.

Rainer Rill
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to