-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with "SSL3_GET_RECORD:wrong version number" error. #4412
Comments
Is this when you try to send emails? |
Can you share the full stack of the error? |
Crash appear when i send message to General chat. Sending messages to multimple private chat is ok. 2016-09-22 19:04:47 740: Updating process.env.MAIL_URL We don't sending any emails from rocket.chat. Email section doesn't configured. In the error log only this: |
Someone in your GENERAL channel has email alerts turned on, and your email server setting is incorrect. |
The PR #4416 will prevent the server from crashing. |
Thanks @engelgabriel ! |
this issue was closed via #6940 in 0.56.0 FOR ME Go to Administation->E-Mail->SMTP->Protocol (smtps) |
Hi all!
After updating our rocket.chat from 0.39 to the latest 0.40.1 version and updating node js from 0.10.40 to 4.5 we got chat server process crash periodically with error:
2016-09-22 18:36:54 252: Error: 139654647129984:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:../deps/openssl/openssl/ssl/s3_pkt.c:362:
We use SSL and nginx config from documentation.
The text was updated successfully, but these errors were encountered: