Hi!

I 've sent a request to a ssl-server that does not work with http, only with
sockets.

Here the command line:

openssl s_client -connect x.x.x.x:443 -cert ~/testcerts/ssl-client-cert.pem
-key ~/testcerts/ssl-client-key.pem -showcerts -prexit -state -ssl3


The output was:

connect: Connection refused
connect:errno=146
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 0 bytes
---
New, (NONE), Cipher is (NONE)
---

I created a rand.rnd file and set the RANDFILE variable properly.

The only thing I found about error code 146 in the sources is the following:

ssl.h:#define SSL_F_SSL3_GET_SERVER_HELLO                        146
ssl.h:#define SSL_R_DATA_LENGTH_TOO_LONG                         146

What does this mean? What did go wrong? What is error code 146?

Best regard, Olaf Kroh

--------------------------
Olaf Kroh
TEGARON Telematics GmbH
Am Propsthof 74
53121 Bonn
Germany

Voice: +49 (0)228 5201-362
Fax:                  -309
--------------------------
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to