6
I Use This!
Inactive

News

Analyzed 18 days ago. based on code collected 18 days ago.
Posted about 1 year ago by Michael Osipov
Fetching data with a GET request from an AWS S3 URL fails with the following exception: Caused by: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names: [s3.amazonaws.com, Read more
Posted about 1 year ago by Leonard Ehrenfried
Fetching data with a GET request from an AWS S3 URL fails with the following exception: Caused by: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names: [s3.amazonaws.com, Read more
Posted about 1 year ago by Fabien Arrault
We are using Apache HTTPClient 5.4.3 to connect in HTTPS to different remote servers through a corporate proxy (connecting in HTTP to the proxy) Our application currently need to recreate the httpclient in some cases and before that : it closes the Read more
Posted about 1 year ago by Fabien Arrault
We are using Apache HTTPClient 5.4.3 to connect in HTTPS to different remote servers through a corporate proxy (connecting in HTTP to the proxy) Our application currently need to recreate the httpclient in some cases and before that : it closes the Read more
Posted about 1 year ago by ASF subversion and git services
Commit 57d5a13763006099a292f058fc5495218b2fd968 in httpcomponents-client's branch refs/heads/master from Oleg Kalnichevski [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=57d5a1376 ] HTTPCLIENT-2363: ensure requests have a scheme Read more
Posted about 1 year ago by ASF subversion and git services
Commit 8d0f3b10c315615a250f1d2047ffac87348807e8 in httpcomponents-client's branch refs/heads/5.4.x from Oleg Kalnichevski [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=8d0f3b10c ] HTTPCLIENT-2363: ensure requests have a scheme Read more
Posted about 1 year ago by Nicholas O'Connor
execute(HttpHost, HttpRequest, ResponseHandler) adds port to Host header while execute(HttpRequest, ResponseHandler) does not
Posted about 1 year ago by Oleg Kalnichevski
abernal What Httpclient does is not wrong or non-conformant with the specification, it is inconsistent. We should fix the inconsistency. earthturtle abernal Please review the proposed fix: https://github.com/apache/httpcomponents-client/compare/5.4.x...HTTPCLIENT-2363 Read more
Posted about 1 year ago by ASF subversion and git services
Commit d91eeb35ad70f08e72a92103f3d9ba0475d42f6c in httpcomponents-client's branch refs/heads/HTTPCLIENT-2363 from Oleg Kalnichevski [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=d91eeb35a ] HTTPCLIENT-2363: ensure requests have Read more
Posted about 1 year ago by Arturo Bernal
Based on RFC 7230 Section 5.4https://datatracker.ietf.org/doc/html/rfc7230#section-5.4, "If the target URI includes an authority component, then a client MUST send a field value for Host that is identical to that authority component." for what i Read more