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 <seb...@gmail.com> wrote: > 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 the code -- any idea how to fix it > for AdoptOpenJDK? > > Sebb >