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
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
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
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