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 + OPENLDAP is solve

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