Closed
Description
If the hostname verifier returns false, a ConnectException is thrown. Unfortunately, the DefaultChannelFuture does not do anything with the exception (besides logging) so has no effect on the future.
Not sure what the solution here should be, but perhaps future.abort(e) would return a future failure that WS could work with.
Issue in WS SSL: playframework/playframework#2767