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

support for wss:// connections using ssl.wrap_socket #12

Merged
merged 1 commit into from
Nov 23, 2011
Merged

support for wss:// connections using ssl.wrap_socket #12

merged 1 commit into from
Nov 23, 2011

Conversation

EliAndrewC
Copy link
Contributor

Currently ws4py.client.threadedclient does not encrypt traffic to wss:// urls, so I'm unable to write SSL clients. I added a call to ssl.wrap_socket in these cases, which caused everything to work perfectly for me. Thanks for making such an awesome library!

Lawouach added a commit that referenced this pull request Nov 23, 2011
support for wss:// connections using ssl.wrap_socket
@Lawouach Lawouach merged commit fc61d58 into Lawouach:master Nov 23, 2011
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