Join Slack
Communities
Powered by
Is there a connector for the WSS (WebSocket Secure...
# ktor
n
napperley
04/09/2019, 3:41 AM
Is there a connector for the WSS (WebSocket Secure) protocol? Trying to setup a custom WSS session using a different host and port.
d
Dennis Schröder
04/09/2019, 11:56 AM
Are you talking about server or client side?
n
napperley
04/09/2019, 11:10 PM
Talking about Server. Using Netty as the Server engine.
napperley
04/09/2019, 11:29 PM
Does the WSS support in Ktor rely on HTTPS?
d
Dennis Schröder
04/10/2019, 8:12 AM
Sorry only have experience on client side with ktor an ther u just use the client.wss method instead of
client.ws
5
Views
Open in Slack
Previous
Next