Something strange is going on with the FTPSClientTest.

One my macOS system, the original jks file works with all my Java installations:
Java 8 (Oracle and AdoptOpenJDK)
Java 11 (Oracle and AdoptOpenJDK)
Java 15 (Oracle)
Java 16 (AdoptOpenJDK)

With the jre8.jks, only Java8 works; the others all fail with:
java.io.EOFException: SSL peer shut down incorrectly

With jre16.jks and java 16, I get
java.io.EOFException: SSL peer shut down incorrectly

However, when GitHub builds using the original JKS file, only Java 8 works.
Java 11, 16 and 17 all hang when running FTPSClientTest

Any ideas?

Sebb.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to