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

renames key in sslopt dict, fixes #326 #328

Merged
merged 1 commit into from
Jun 23, 2017

Conversation

aoberoi
Copy link
Contributor

@aoberoi aoberoi commented Jun 22, 2017

must use the same key in the sslopt dictionary when reading and writing to it.

as mentioned after the issue was closed, the issue still existed. i made this change locally and verified that the issue is fixed.

NOTE: the API for connect() (internally called by websocket.create_connection()) allows the user to specify sslopts. This dict param still uses the ca_cert key, so as to not introduce a breaking change to the API.

must use the same key in the `sslopt` dictionary when reading and writing to it
@Roach
Copy link

Roach commented Jun 22, 2017

This issue was raised in slackapi/python-slack-sdk#189

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.

None yet

3 participants