Grizzly HTTPS does not work
Closed this issue · 1 comments
realrolfje commented
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.
realrolfje commented
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)