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. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
