-
Notifications
You must be signed in to change notification settings - Fork 13
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 secure connection wss:// #14
Comments
Presuming that a Kitura server, on which a WebSocket upgrade is requested for, has a configured SSLContext, we need to make sure that the subsequently configured |
OK, I figured out that we DO support WSS. I set up a simple WebSocket echo service with a Kitura server like this:
I then accessed the HTTPS URL: |
I have changed all our client-server tests to use secure web socket connections: #19 |
Thank you for checking that it is supported! |
Maybe the TODO should be removed from the code? |
Kitura-NIO has a "todo" to support the wss upgrade. Does this mean secure websocket connections are not yet supported in this version of Kitura-Websocket?
The text was updated successfully, but these errors were encountered: