https://bz.apache.org/bugzilla/show_bug.cgi?id=65975

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
Looking at the tested configuration, none of them will work.

Http11NioProtocol - JSSE - Fails due to TLS 1.3 PHA isn't supported
Http11AprProtocol - HTTP/2 - Fails as HTTP/2 doesn't permit PHA

You need to:
- Configure TLS 1.2 only
- Not configure HTTP/2

then it should work with any connector (NIO, NIO2 or APR/Native) and any TLS
implementation (JSSE or OpenSSL).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to