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

Remy Maucherat <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Remy Maucherat <[email protected]> ---
JNI use in general makes things more difficult.

SSLPrivateKeyMethod is not a class that is used by Tomcat, which does not use
Netty. So this is likely coming from your application.

The commit you specify are descriptors for tomcat-native, if you use your own
JNI, then you need your own descriptors as well. Using this added descriptor is
not mandatory at all, so just skip it if you're not using tomcat-native. IMO
for embedded use cases I would avoid it at all costs (trouble !!!) and instead
stick to the JVM (Java 8 Graal now does TLS with ALPN, so everything is
covered).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to