Hi! Is there any solution to build SSL websocket s...
# server
c
Hi! Is there any solution to build SSL websocket server with ktor in Android? Here I think Android is not main point. Main point is that how I can implement SSL websocket server with ktor. Thanks.
r
After a real quick glance through, there's this: https://ktor.io/docs/websocket.html#websocket-api
c
Thanks @Richard Harrah. I also saw this docs. But my issue is how I can support SSL in the websocket.