-
Notifications
You must be signed in to change notification settings - Fork 149
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
Add Certificate Bundle Support To WebSocket Client (IDFGH-9404) #224
Comments
Hello @drguthrie We welcome all contributions and the certificate bundle is a very useful addition to the websocket client. |
Hi @drguthrie, |
It seems to me that the certificate bundle is already supported:
Implemented in d56b5d9 |
Hello,
HTTP Client has support for the certificate bundle but WebsSocket Client does not. Is there any interest in adding support for the certificate bundle into WebSocket Client? I got it to work with only a few changes by following the code in the HTTP Client initialization method.
If there is interest I would be happy to make the changes and submit a pull request.
The text was updated successfully, but these errors were encountered: