Rémy,

On 2/13/24 09:34, Rémy Maucherat wrote:
On Tue, Feb 13, 2024 at 3:28 PM Christopher Schultz
<ch...@christopherschultz.net> wrote:

Mark,

On 2/13/24 08:11, Mark Thomas wrote:
Hi all,

Just a quick status update.

I was hopping to have tagged 11.0.x by now but I have found a couple of
issues.

1. FFM on MacOS is broken. This might be related to me updating OpenSSL
(via homebrew) from 3.2.0 to 3.2.1

I still have OpenSSL 3.2.0 on MacOS, both x86-64 and M2 available.

How do I specifically test FFM? Just run the unit tests as usual on main
HEAD?

On CI, it is using 1.1.1 ;)
OpenSSLLibrary.init OpenSSL successfully initialized using FFM
[OpenSSL 1.1.1f  31 Mar 2020]

So you can run whatever OpenSSL but only using the latest Java.

I've just run all the unit tests on main-HEAD on aarch64 MacOS with Java 21 and OpenSSL 3.2.0, and only a singe test failed:

org.apache.tomcaat.util.net.TestSsl.NIO

The error is "SSLHandshakeException: Remote host terminated the handshake" caused by "EOLException: SSL peer shut down incorrectly".

The failure appears to be in the client, reporting that the server shut-down the connection incorrectly.

In the same test report, there are some "SKIPPED" items, inclluding "expected true, got false" for a number of them. Are those ... expected? Copy/paste isn't convenient from my M2 Mac into this email, but I can provide the full report if that would be helpful.

There are about 10 unit-tests with skipped tests for both NIO and NIO2.

-chris

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

Reply via email to