Re: error: wrong version number

2022-07-11 Thread David von Oheimb
Yes, the TLS diagnostics can be confusing: it reports "wrong version" also when there is no TLS (version) being used by the peer at all. David On Mon, 2022-07-11 at 00:16 -0400, Viktor Dukhovni wrote: > On Sun, Jul 10, 2022 at 02:41:23PM +, loic nicolas wrote: > > > I am trying to connect m

Re: error: wrong version number

2022-07-10 Thread Viktor Dukhovni
On Sun, Jul 10, 2022 at 02:41:23PM +, loic nicolas wrote: > I am trying to connect my client to my server but I always receive an > error.(ssl3_get_record:wrong version > number:../ssl/record/ssl3_record.c:331) > > How can I get more information about the error and fix it? (the error > is pro

error: wrong version number

2022-07-10 Thread loic nicolas
Hello, I am trying to connect my client to my server but I always receive an error.(ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331) How can I get more information about the error and fix it? (the error is probably in my client) openssl s_server -accept 127.0.0.1:3000 -key

SSL_do_handshake gets error WRONG VERSION NUMBER

2014-04-22 Thread zyf01...@gmail.com
I have made a programmer following this: OpenSSL Read/Write Handshake data with Memory BIOBut now the function call SSL_do_handshake gets the error wrong version number, do you have any idea?Here is the sample code.client,SSL_set_bio(pssl, rbio, wbio); SSL_set_connect_state(pssl