Re: How to integrate alternative SSLContext?

2023-08-23 Thread John Jiang
sslImplementationName", AltJSSEImplementation.class.getName()); Best regards, John Jiang

Re: How to integrate alternative SSLContext?

2023-08-23 Thread John Jiang
Hi Mark, Thanks for your reply! On Thu, Aug 24, 2023 at 12:15 AM Mark Thomas wrote: > On 23/08/2023 00:44, John Jiang wrote: > > 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 to integrate alternative SSLContext?

2023-08-23 Thread John Jiang
, and then pass it to a custom Connector? In addition, I don't meet this problem with Jetty and Netty. Best regards, John Jiang