Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Assertion failed: err == SSL_ERROR_SSL #4712

Closed
yurynix opened this issue Feb 4, 2013 · 2 comments
Closed

Assertion failed: err == SSL_ERROR_SSL #4712

yurynix opened this issue Feb 4, 2013 · 2 comments

Comments

@yurynix
Copy link

yurynix commented Feb 4, 2013

Hi,
I'm getting random node crashes with the error:

Assertion failed: err == SSL_ERROR_SSL || err == SSL_ERROR_SYSCALL, file src\node_crypto.cc, line 913

My process.versions:
{ http_parser: '1.0',
node: '0.9.8',
v8: '3.15.11.10',
ares: '1.9.0-DEV',
uv: '0.9',
zlib: '1.2.3',
openssl: '1.0.1c' }

Was getting the same errors on 0.9.4. The application is running on windows server 2008,
It used to run ok on FreeBSD with node 0.9.3, so maybe it's a windows issue?

Basicly the application is a socket.io application that served from:

    var ...
    Https = require('https'),
    Fs = require('fs');
...
    var server = Https.createServer({  
        key: Fs.readFileSync('chatssl.key'),
        cert: Fs.readFileSync('chatssl.crt')
    });

Any advice how to debug that further? when node crashes, server.on('request', ... ); not called, so I have no idea what request crashes it.

@indutny
Copy link
Member

indutny commented Feb 4, 2013

/cc @piscisaureus

@indutny
Copy link
Member

indutny commented Mar 20, 2013

Duplicate of #5004

@indutny indutny closed this as completed Mar 20, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants