Hi,
I am using Tyrus as a standalone Websocket server, and I wish to enable SSL
and HTTP authentication to secure communications. I read the documentation
and can not find anything about configuring the server to enable this
features.
I found some posts about securing websockets using Java EE servers, such as
Glassfish, but I would like to stay with Tyrus as a standalone server.
Maybe there is a configuration parameter in the
org.glassfish.tyrus.server.Server() class.
Thanks for any help.
Eduardo