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 server.key -cert server.cert -msg
output:
Using default temp DH parameters
ACCEPT
<<< ??? [length 0005]
20 ae c0 2e d6
ERROR
139911595361600:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331:
shutting down SSL
CONNECTION CLOSED
Thanks
|