Skip to content
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

Fix OpenSSL::SSL::SSLError: SSL_write error / SNI support  #17

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

mziyut
Copy link

@mziyut mziyut commented Dec 7, 2021

What

The WebSocket connection method has been changed due to Slack's specification change.

November 2021
If you still use rtm.connect or rtm.start to connect to Slack, you'll notice that all WebSocket URLs now begin with wss://wss-primary.slack.com.
As previously announced, apps & integrations created after today, November 30, 2021, must use rtm.connect instead of the deprecated rtm.start when connecting to the RTM API. Learn more about this and what's next for existing users of rtm.start.
https://api.slack.com/changelog
https://api.slack.com/changelog/2021-10-rtm-start-to-stop

A pull request has been created on the library side, but it hasn't been merged yet.

Refer to the forked repository and attempt to recover.

Ref

@mziyut mziyut self-assigned this Dec 7, 2021
@qiitan qiitan temporarily deployed to qiitan-slack December 7, 2021 13:12 Inactive
@qiitan qiitan temporarily deployed to qiitan-slack December 7, 2021 13:20 Inactive
@qiitan qiitan temporarily deployed to qiitan-slack December 7, 2021 13:23 Inactive
@mziyut mziyut changed the title Fix OpenSSL::SSL::SSLError: SSL_write error Fix OpenSSL::SSL::SSLError: SSL_write error / SNI support  Dec 7, 2021
Copy link

@atm-snag2 atm-snag2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants