Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

incompatible with node 0.10. #125

Closed
DominicBoettger opened this issue Apr 2, 2013 · 2 comments
Closed

incompatible with node 0.10. #125

DominicBoettger opened this issue Apr 2, 2013 · 2 comments

Comments

@DominicBoettger
Copy link

Since upgrading to nodejs version 0.10 the client connect via ssl is not possible anymore.

My debug output:

{"name":"myapp","hostname":"mynodeserver","pid":16345,"clazz":"Client","level":10,"err":{},"msg":"error event: Error\n at CleartextStream.onError (/var/myapp/node_modules/ldapjs/lib/client/client.js:165:48)\n at CleartextStream.EventEmitter.emit (events.js:95:17)\n at SecurePair. (tls.js:1289:19)\n at SecurePair.EventEmitter.emit (events.js:92:17)\n at SecurePair.maybeInitFinished (tls.js:887:10)\n at CleartextStream.read as _read\n at CleartextStream.Readable.read (_stream_readable.js:293:10)\n at EncryptedStream.write as _write\n at doWrite (_stream_writable.js:211:10)\n at writeOrBuffer (_stream_writable.js:201:5)\n at EncryptedStream.Writable.write (_stream_writable.js:172:11)","time":"2013-04-01T23:29:11.583Z","v":0}

Node version: 0.10.2

@tmuellerleile
Copy link
Contributor

Hi, this looks like a TLS error fixable by using the new config param introduced in #122 (but has not been included in a new package version for the npm repository yet).

@DominicBoettger
Copy link
Author

@tmuellerleile Thank you very much. This helped me a lot. Now I am waiting for a new package version :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants