currently i initiate my websocket server as following
tyrusServer = new Server("localhost", port, "/"+contextpath, null, ServerEndPoint_Jakarta.class);
I have checked the Tyrus Server properties it doesn't provide any ssl properties how to enable wss in tyrus server ?
currently i initiate my websocket server as following
tyrusServer = new Server("localhost", port, "/"+contextpath, null, ServerEndPoint_Jakarta.class);I have checked the Tyrus Server properties it doesn't provide any ssl properties how to enable wss in tyrus server ?