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

Getting make warning for Openssl 1.0.2x on MacOS

2022-07-10 Thread Sushant
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

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