Skip to content

NettyConnectListener should not throw exception on hostnameVerifier failure #555

Closed
@wsargent

Description

@wsargent

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions