On Thu, 2018-10-11 at 15:27 +0200, Julian Reschke wrote: > On 2018-10-11 14:21, Oleg Kalnichevski wrote: > > Folks > > > > Java 11 ships with a new TLS 1.3 stack that behaves substantially > > differently than TLS 1.2 stack in Java 7 to 10. > > > > There were many small things that I had to tweak in HttpCore TLS > > code > > to get integration tests to pass. > > > > Now all integration tests pass for me locally (I run Ubuntu Linux > > 18.04) and on ASF Jenkins, but integration tests that involve TLS > > fail > > intermittently in Travic CI. > > > > https://builds.apache.org/view/H-L/view/HttpComponents/job/httpcomponents-core-5.x-java11/4/ > > > > I suspect this might be OS / platform related. > > > > I would very much appreciate if people with access to MacOS or > > Windows > > could try building the latest HttpCore snapshot and running the > > integration tests. > > ... > > I checked out: > > [email protected]:apache/httpcomponents-client.git > > (is that the right thing?) >
Hi Julian It should be the core project (HttpCore) [email protected]:apache/httpcomponents-core.git I have not even looked at the client project (HttpClient) yet as we need the new release of HttpCore first no matter what. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
