[Bug 899464] [NEW] openssl failed when interacting with sslv2 server
Finjon Kiang
899464 at bugs.launchpad.net
Sat Dec 3 00:54:07 UTC 2011
Public bug reported:
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:
** Affects: openssl (Ubuntu)
Importance: Undecided
Status: New
** Tags: openssl ssl2
--
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:
New
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