6
I Use This!
Inactive

News

Analyzed 18 days ago. based on code collected 18 days ago.
Posted 10 months ago by Oleg Kalnichevski
Support for H2 tunnelling
Posted 11 months ago by Christian Habermehl
Wrong SSLPeerUnverifiedException with httpclient5
Posted 11 months ago by Christian Habermehl
Here is a Test that runs successfully with version 5.4.2 and fails with version 5.4.3 import java.security.cert.CertificateException; import java.security.cert.X509Certificate; import java.util.ArrayList; import java.util.List; import javax.net.ssl.SSLException; Read more
Posted 11 months ago by Christian Habermehl
When I try to download a file from s3.eu-west-1.amazonaws.com I get this exception: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names: Read more
Posted 11 months ago by Sneha Murganoor
However, I'm a bit confused by your statement that it 'likely ignores HTTPS for the first hop to the proxy.' In our setup: 1. The proxy specifically requires HTTPS. If we try to connect without HTTPS, it errors out. 2. We can see the CONNECT request Read more
Posted 11 months ago by Sneha Murganoor
Thanks for your response. We don't want proxy server being misused by a service which is not authorized to use proxy. We're specifically looking to implement: MTLS (mutual TLS) or IAM authentication (some service to service auth) between client and Read more
Posted 11 months ago by Sneha Murganoor
Thanks for the response, but I'm a bit confused. The Classic Apache HTTPClient does seem to work with HTTPS proxy tunneling in my implementation. Here's my working code: HttpClientBuilder Read more
Posted 11 months ago by Oleg Kalnichevski
Apache HttpClient (both classic and async transports) does not support proxy tunneling  over HTTPS. We are aware of this limitation but there are presently no plans to resolve it. You need to look for another HTTP client that supports this feature. Read more
Posted 11 months ago by Sneha Murganoor
I'm working on implementing a client that needs to connect to HTTPS endpoints through an HTTPS proxy. I'd like to use CloseableHttpAsyncClient/InternalHttpAsyncClient from Apache HttpComponents AsyncClient library for this purpose. Does it support Read more
Posted 11 months ago by Sneha Murganoor
I'm working on implementing a client that needs to connect to HTTPS endpoints through an HTTPS proxy. I'd like to use CloseableHttpAsyncClient from Apache HttpComponents AsyncClient library for this purpose. Does it support HTTPS proxy tunneling to Read more