On Sat, 2020-11-28 at 22:05 +0100, Oleg Kalnichevski wrote:
> On Sat, 2020-11-28 at 15:32 -0500, Gary Gregory wrote:
> > Hi All:
> > 
> > This test always fails for me with Java 8:
> > 
> 
> This test case was working fine for months and then once of a sudden
> it
> started failing on Travis CI with Java 11 upwards without any
> particular reason.
> 
> The same test case passes for me locally and passes on Travis CI with
> Java 1.8:
> https://github.com/apache/httpcomponents-core/runs/1467428856
> 
> The issue is clearly JRE related and is unlikely to be a bug in
> HttpCore.
> 
> I will investigate it once I manage to reproduce it locally but I do
> not want to block the 5.0.3 and 5.1b2 releases because of it.
> 
> I suspect it is related to the latest changes in TLSv1.3
> 
> Oleg
> 

Gary,

The failure is caused by the removal of TLS_KRB5_EXPORT_WITH_RC4_40_SHA
and SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 from the latest JRE releases
(1.8 TLS, 11 TLS, 15 and 16).

Please downgrade your 1.8 java and re-run the test

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to