Open
Description
Hi,
I'd like to prose the following enhancement to VertxChannelBuilder
.
When creating new channel the HttpClientOptions
aren't exposed or editabled and takeover the defaults. I'd like to add either convenient method to disable hostname verification or expose HttpClientOptions
object to pass the parameter.
It seems that since JDK 11 the hostname verification procedure has changed. Even for cases when trustAll(true)
is used, the hostname verification is still applied and invalid hostnames e.g. localhost
certificates may fail when accessed from outside. The same use case works fine on JDK 8 with dummy localhost certificates
Cc @spisiakm
Metadata
Assignees
Labels
No labels
Activity