eclipse-ee4j / tyrus

Tyrus
Other
115 stars 37 forks source link

Support WSS in standalone server #565

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

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]

glassfishrobot commented 6 years ago
glassfishrobot commented 10 years ago

@glassfishrobot Commented Reported by isart

glassfishrobot commented 8 years ago

@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 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA TYRUS-388

glassfishrobot commented 7 years ago

@asgs Commented @pavelbucek does the solution of server.getListener("grizzly").setSecure(true) still work?

glassfishrobot commented 7 years ago

@pavelbucek Commented @asgs it should - do you observe different behaviour?

glassfishrobot commented 7 years ago

@asgs Commented @pavelbucek I didn't test it yet. will let you know how it goes. thanks!