realrolfje/locker

Grizzly HTTPS does not work

Closed this issue · 1 comments

Added SSL Configuration code to the Grizzly http startup code, but when browsing to the WADL link, Firefox complains that there was an incorrect handshake attempt.

Fixed. Grizzly's SSLEngineConfigurator is default in client mode, but it should be server mode. Fixed with a single line of code: SSLEngineConfigurator.setClientMode(false)