Hi,
I'm using tomcat-embed-core 9.0.78 + OpenJDK 11.o.19.

My project needs a custom javax.net.ssl.SSLContext implementation.
How can I integrate this custom SSLContext to the embedded Tomcat server?
I don't find any convenient API for this case.
Do I have to provide a new SSLImplementation, and then pass it to a custom
Connector?

In addition, I don't meet this problem with Jetty and Netty.

Best regards,
John Jiang

Reply via email to