[EMAIL PROTECTED] schrieb das Folgende am 23.02.2005 12:09:
Hi,
You can specify the protole to use with -ssl3 or -tls1 otherwise s_client send a ssl v2 client hello. Moreover some debug info with -state or -debug could be usefull to find what happened. ;)
# openssl s_client -connect localhost:666 -showcerts -debug CONNECTED(000000003) write to 080ABC00 [080AC2D8] (142 bytes => 142 (0x8E)) .... 9 Lines of HEX read from 080ABC00 [080B1838] (7 bytes => 0 (0x0)) 4641:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib_c:226:
with "-tls1" it changes only a bit into 4690:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s3_pkt.c:539:
Hans
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]