Hi! Is there any solution to build SSL websocket s...
# ktor
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.
a
You can configure it the same as for an HTTP server. For more information read SSL and certificates documentation.
c
Thank you @Aleksei Tirman [JB] I will try.
Thanks again @Aleksei Tirman [JB] It works.