[Bug 899464] Re: openssl failed when interacting with sslv2 server
Clint Byrum
clint at fewbar.com
Wed Apr 18 23:23:01 UTC 2012
seems like an upstream issue, verified that the site also fails from
openssl on CentOS 6
$ openssl s_client -host aquarius.neweb.com.tw -port 443
CONNECTED(00000003)
139957001901896:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:184:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 113 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/899464
Title:
openssl failed when interacting with sslv2 server
Status in “openssl” package in Ubuntu:
Confirmed
Bug description:
Reference:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/592442
Initially it's found when using php5 to interact with the site https://aquarius.neweb.com.tw using the code below:
<?php file_get_contents('https://aquarius.neweb.com.tw');
Then Clint found the server doesn't support sslv3. So I tested it again with the commands below:
$ openssl s_client -ssl2 -host aquarius.neweb.com.tw -port 443
One more problem I met:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589706
---
$ uname -a
Linux xxx 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
$ openssl s_client -host aquarius.neweb.com.tw -port 443
CONNECTED(00000003)
140055608010400:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:591:
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/899464/+subscriptions
More information about the foundations-bugs
mailing list