David Král
David Král
The code you are referring to has nothing to do with certificate path validation. This particular part is just obtaining common name of the client certificate, for it to be...
Please, reopen if you find this is valid issue.
Already implemented
Hi, do not include http:// into the host. It should look like this: ```java Proxy.builder() .type(Proxy.ProxyType.HTTP) .host("localhost") .port(PROXY_PORT) .build(); ``` If you change this, connection will hang, but is not...
@fssouza You got returned HTTP version "0.0". This is not Helidon supported HTTP protocol version. Therefore it fails.
@fssouza Request had HTTP/1.1 so definitely not 0.0. Response however had HTTP/0.0 set. This is an issue in Hoverfly from my point of view. I have used Wireshark to verify...
Closing as not a bug.
I would say, that adapters are reasonably easy to use and I can see the reasoning for having them, so deprecation would not be the way I think this should...
Sure, I have no problem with changing the name to Descriptor :-)
@rmannibucau I was thinking how to include your desired solution over the visitor and also to use this already created API, since I really want to avoid using literals. I...