Your message dated Sun, 29 Apr 2012 19:32:03 +0200
with message-id <[email protected]>
and subject line openssl 1.0.1 issues
has caused the Debian Bug report #666051,
regarding nodejs: https connection to Facebook broken due to bug in openssl
dependency
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
666051: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666051
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nodejs
Version: 0.6.14~dfsg1-1
Severity: important
The bug in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666051 also effects
nodejs, as it is not possible to use it to connect to Facebook, Paypal, etc.
The following code in nodejs console after a minute or two throws an error and
exits.
var https = require("https")
https.get({host: "graph.facebook.com", path: "/"}, function(res) { })
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: socket hang up
at createHangUpError (http.js:1107:15)
at CleartextStream.<anonymous> (http.js:1210:27)
at CleartextStream.emit (events.js:88:20)
at Array.0 (tls.js:792:22)
at EventEmitter._tickCallback (node.js:192:41)
A possible solution is to use an older version of openssl as a dependency.
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages nodejs depends on:
ii libc-ares2 1.7.5-1 library for asyncronous name resol
ii libc6 2.11.3-3 Embedded GNU C Library: Shared lib
ii libev4 1:4.11-1 high-performance event loop librar
ii libgcc1 1:4.4.5-8 GCC support library
ii libssl1.0.0 1.0.1-2 SSL shared libraries
ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3
ii libv8-3.8.9.16 3.8.9.16-2 v8 JavaScript engine - runtime lib
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
nodejs recommends no packages.
nodejs suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.0.1b-1
Hi,
As far as I know with the 1.0.1b-1 version most of the issues have
been solved. At least the following sites used to have a problem
and work now:
- paypal.com
- facebook.com
- sourceforge.net
- mediafire.com
- imap.ntlworld.com
- cloudfiles
As far as I know all remaining issues when using 1.0.1b are not
the fault of openssl, but of the other side. This includes:
- Microsoft products just closing the connection when announcing
support for TLS 1.1 or higher
- Servers using an old version of BigIP software
If you think there still is a problem in openssl, please file a
new bug.
Kurt
--- End Message ---