While building OpenSSL 1.0.2x library I am configuring with following
options on macos:
For Macosx-32: ./Configure --openssldir=/path/to/openssl/dir shared
-mtune=generic -march=i386 -m32 -fPIC darwin-i386-cc no-asm -D_GNU_SOURCE
no-rc5 enable-tlsext no-ssl2
For Macosx-64: ./Configure --openssldi
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