Re: SSLv3 handshaking fails on solaris

2013-11-25 Thread dhara.desai
I am facing the same issue on openssl-1.0.1e Is there any workaround for it ? -- View this message in context: http://openssl.6102.n7.nabble.com/SSLv3-handshaking-fails-on-solaris-tp9216p47447.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Re: SSLv3 handshaking fails on solaris

2006-12-12 Thread Michael Ströder
Donny Dinh wrote: * ./openssl s_client -connect www.google.com:443 -state* [..] *6709:error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac:s3_pkt.c:1057:SSL alert number 20* *6709:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:* If I force

Re: SSLv3 handshaking fails on solaris

2006-12-12 Thread Donny Dinh
suggested using the -pause option - which btw didn't work for me) Michael Ströder [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 12/12/2006 09:06 PM Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: SSLv3 handshaking fails on solaris Donny Dinh

Re: SSLv3 handshaking fails on solaris

2006-12-12 Thread William A. Rowe, Jr.
didn't work for me) *Michael Ströder [EMAIL PROTECTED]* Sent by: [EMAIL PROTECTED] 12/12/2006 09:06 PM Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: SSLv3 handshaking fails on solaris

SSLv3 handshaking fails on solaris

2006-12-10 Thread Donny Dinh
I'm trying to get the latest build 0.9.8d to work on solaris - but I keep getting the error message when used with CURL * error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac and if I use the openssl application ./openssl s_client -connect www.google.com:443 -state