Hi,
I'm trying to figure out how to set up a standalone server that can talk
to clients using a secure connection ("wss://"). So far I have the
server and clients up and running over an unsecured connection
("ws://"). I've been unable to find out how to do this for wss so any
pointers would be greatly appreciated! The client side is documented at
https://tyrus.java.net/documentation/1.4/user-guide.html#d0e1128, but
there don't seem to be anything on the server side, particularly the
standalone mode. Also, is this something that requires the embedded
Grizzly server to be exposed/accessed?
Thanks,
-Kaare