Open glassfishrobot opened 10 years ago
@glassfishrobot Commented Reported by isart
@glassfishrobot Commented michaelarice said: I would very much like to see this get implemented. Unfortunately I did not see this issue before I spent a good bit of time separating an application from our WildFly server to run standalone. We operate in an SSL world, so supporting wss in the standalone server is an absolute must. I will look into the 'hack' described in the original issue, but I think a non-hack solution is certainly warranted.
@glassfishrobot Commented This issue was imported from java.net JIRA TYRUS-388
@asgs Commented
@pavelbucek does the solution of server.getListener("grizzly").setSecure(true)
still work?
@pavelbucek Commented @asgs it should - do you observe different behaviour?
@asgs Commented @pavelbucek I didn't test it yet. will let you know how it goes. thanks!
As a developer, I'd like to be able to enable WSS programmatically in a standalone server.
Currently (version 1.8.3) one has to apply following hack in order to do it: https://java.net/projects/tyrus/lists/users/archive/2014-02/message/1
Affected Versions
[1.8.3]