users@tyrus.java.net

SSL on Tyrus standalone server

From: Eduardo Yamamoto Baldin <ebaldin_at_cpqd.com.br>
Date: Fri, 5 Feb 2016 13:53:26 -0200

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