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
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
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
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
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
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
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
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:
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
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
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
:
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
15 matches
Mail list logo