Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread Gary Gregory
gt; > Bernd > > > > -- > > > > https://bernd.eckenfels.net > > > > > > > > *Von: *sebb > > *Gesendet: *Montag, 26. Juli 2021 16:41 > > *An: *Bernd Eckenfels > > *Cc: *Commons Developers List > > *Betreff: *Re: [

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread sebb
t; > > > *Von: *sebb > *Gesendet: *Montag, 26. Juli 2021 16:41 > *An: *Bernd Eckenfels > *Cc: *Commons Developers List > *Betreff: *Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11 > > > > On Mon, 26 Jul 2021 at 15:18, Bernd Eckenfels > wrote: > >

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread Bernd
we remove it, it should probably run with most sane JDKs. Gruss Bernd -- https://bernd.eckenfels.net *Von: *sebb *Gesendet: *Montag, 26. Juli 2021 16:41 *An: *Bernd Eckenfels *Cc: *Commons Developers List *Betreff: *Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11 On Mon, 26 Jul

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread sebb
d > > > -- > http://bernd.eckenfels.net > > Von: Gary Gregory > Gesendet: Monday, July 26, 2021 2:57:35 PM > An: sebb > Cc: CommonsDev > Betreff: Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11 > > Hm, there might be some sy

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread Bernd Eckenfels
Von: Gary Gregory Gesendet: Monday, July 26, 2021 2:57:35 PM An: sebb Cc: CommonsDev Betreff: Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11 Hm, there might be some system property to set that says "use this old and now deprecated algorithm" or we

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread Gary Gregory
Hm, there might be some system property to set that says "use this old and now deprecated algorithm" or we might have to recreate any certificates used in tests with a current JDK 8. Gary On Mon, Jul 26, 2021, 08:42 sebb wrote: > As the subject says: FTPSClientTest fails with > > javax.net.ssl

[NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread sebb
As the subject says: FTPSClientTest fails with javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) when run with AdoptOpenJDK 8 & 11 However it works fine with the Oracle version of Java 8 & 11 @Gary Gregory : I think you wrote t