-
Notifications
You must be signed in to change notification settings - Fork 44
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
OpenSSL::SSL::SSLError: SSL_write at Heroku #46
Comments
I met same problem and realized that the cause was probably shokai/websocket-client-simple. I monkey patched this line as follows and it worked fine in my application. @socket.hostname = uri.host
@socket.connect hostname= method is used for SNI extensions. I expect that slack has probably changed their architectures and use SNI ... |
I met same problem too. |
There was already a pull-request for SNI support here: shokai/websocket-client-simple#36 |
@kokuyouwind @ry023 @takaishi @linyows |
Many thanks! |
Fix rosylilly#46 websocket-client-simple v0.5.0 supports SNI
At heroku, minimum app raises
OpenSSL::SSL::SSLError: SSL_write
.Log
I think these updates are related.
https://api.slack.com/changelog
The text was updated successfully, but these errors were encountered: