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

Connetions getting dropped due to wrong version number.

2012-03-06 Thread ankit dwivedi
Hi all, I am new to this forum, kindly pardon me if the question is naive. I have already tried searching the Error code in the mailing list but got no positive results. Scenario : I have deployed openssl on my machine and wrote a utility which uses a function to verify the data send and receiv

SSL "Wrong version number" OpenSSL 0.9.8g

2010-02-26 Thread P0DB
Hi, I'm trying to connect to an epp server via sslv3 in php. OpenSSL version is OpenSSL 0.9.8g. I have got correct certificates. I'm able to establish new connection, but server only sends to me "hello" and after it does not anwser any posts. Instead it returns to me these warnings: SSL operation

SSL_accept, wrong version number, safari browser

2008-02-17 Thread Trapper
First, thanks to everyone for taking the time to read and answer all these posts. I've learned a ton just scouring the messageboards. I have one problem which I can't find the answer to. Hopefully you all won't think I'm a complete moron. I'm writing a program which requires a very simple

unknown protocol, wrong version number, handshake failure

2004-09-29 Thread Losonczi János
Hi, I'd like to connect an openssl smtp client to a sendmail server (OSF1, sendmail 8.12.10, openssl 0.9.7c) Could anybody help me? When I start sendmail it's all right, sendmail is able to STARTTLS. I checked it with command telnet 25 too. x # /sbin/init.d

Re: TLS wrong version number problem, the correct lib for openssl ?

2004-07-22 Thread Lara Adianto
It's solved (finally...) Apparently to test openssl s_server / s_client connection, I have to specify option -ssl3 in both the server and the client, otherwise (if it's only specified at the server site), it will throw you wrong version number error. The TLS issue with PAM_LDAP + O

Re: TLS wrong version number problem, the correct lib for openssl ?

2004-07-21 Thread Richard Koenning
Lara Adianto wrote: What's the correct libraries for openssl ? Is this okay: [EMAIL PROTECTED] local]# ldd /usr/bin/openssl libdl.so.2 => /lib/libdl.so.2 (0x4001b000) libc.so.6 => /lib/i686/libc.so.6 (0x4001f000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) no libcr

Re: compilation of openssl-0.9.6b and TLS wrong version number problem

2004-07-19 Thread Richard Koenning
Lara Adianto wrote: I actually used openssl-0.9.6i, it compiled perfectly and can link with openldap properly. But when I tested the TLS connection with the server, it threw me : - TLS trace: SSL_accept:before/accept initialization TLS trace:

compilation of openssl-0.9.6b and TLS wrong version number problem

2004-07-19 Thread Lara Adianto
hello, I encountered an error when compiling openssl-0.9.6b as a shared library in solaris 8. I know that it's quite an old version, but I need to use that version since the server it wants to talk to uses version 0.9.6b. I followed the instructions in: http://www.bolthole.com/solaris/LDAP.html B

Wrong version number problem

2003-02-26 Thread Steve Murphy
Hello--- I'm trying to put together a pop3 program that uses openssl for secure sessions. But, I'm getting errors in the SSL part of the code, and a session can't be established. I'm pretty new to this, have followed instructions pretty carefully, and have installed a self-signed certificate fo

wrong version number

2001-08-24 Thread Zachary Denison
I am trying to configure an application to use openssl (courierimap to be exact). I keep getting the error starttls: accept: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number in the log files... Both the client and server are usign the same exact version of openssl. namely ope

error:1408F10B wrong version number

2001-07-19 Thread Prasad Valmeti
: In the JSSE client side i am getting this error .. java.net.SocketException: Socket closed when we get wrong version number .error. Please suggest me someway to fix that. Thank u, Prasad