eclipse-ee4j / eclipse-ee4j/tyrus
why there is no documentation for enabling ssl in websocket server ?
Open
- Dominant language
- Java
- Stars
- 128
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
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 ?
Contributor guide
Assessment
This issue has not been assessed yet.