Actions
Task #2586
closedUpdate library apache httpclient to new version
Start date:
11/26/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Product has apache httpclient library in version 4.5.9 which has this following bug https://issues.apache.org/jira/browse/HTTPCLIENT-2055
We encounter this at customer, where he is using wildcard certificate in his network and we wanted to perform HTTPS request.
It would be nice, if you can upgrade the version of this library to some newer where it should be fixed.
For now the workaround is to load trustore by yourself and use sslcontext with browser compatibility before you perform the request from Java https://www.javadoc.io/doc/org.apache.httpcomponents/httpclient/4.5.9/org/apache/http/conn/ssl/DefaultHostnameVerifier.html
Actions