Hi all,
1. Can I use stunnel as a client which connects in TLS protocol ? 2. I am using Stunnel 4.14 in client mode and trying to connect in TLS protocol to certain server. The connection failed with the following log file:
2006.05.03 10:42:52 LOG7[2388:1756]: connect_wait: waiting 10 seconds
2006.05.03 10:42:52 LOG7[2388:1756]: connect_wait: connected
2006.05.03 10:42:52 LOG7[2388:1756]: Remote FD=244 initialized
2006.05.03 10:42:52 LOG7[2388:1756]: TCP_NODELAY option set on remote socket
2006.05.03 10:42:52 LOG7[2388:1756]: SSL state (connect): before/connect initialization
2006.05.03 10:42:52 LOG7[2388:1756]: SSL state (connect): SSLv3 write client hello A
2006.05.03 10:42:52 LOG7[2388:1756]: SSL alert (write): fatal: handshake failure
2006.05.03 10:42:52 LOG3[2388:1756]: SSL_connect: 1408F10B: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
I had tried to configure stunnel configuration file with options = NO_SSLv3, but nothing changed.
Did I miss anything ?
Can anybody help ?
Thanks
Nadav Erez
R&D
Verint Systems Ltd.
Phone: +972-9-962-4753
Cell: +972-54-778-4753
Email: erez.nadav@verint.com mailto:erez.nadav@erez.nadav@verint.com
Web: www.verint.com http://www.verint.com/
__________________________________________________________________________________________ This electronic message contains information from Verint Systems, which may be privileged and confidential. The information is intended to be for the use of the individual(s)or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by replying to this email (1).
"Nadav, Erez" Erez.Nadav@verint.com writes:
Hi all,
- Can I use stunnel as a client which connects in TLS protocol ?
Assuming you mean over a channel that starts of plaintext and is later converted to encryption, the command to start TLS is usually specific to the application protocol. What protocol are you using? For example, SMTP, IMAP, ?...
---Scott.