HowellYan opened a new pull request, #15956:
URL: https://github.com/apache/camel/pull/15956

   # Description
   
   When using camel 4.4.x, I found that the Jetty component cannot flexibly 
configure sniHostCheck and turn off SNI verification.I need to inherit and 
rewrite the httpConfig.addCustomizer(new SecureRequestCustomizer()) in the 
createConnectorJettyInternal method of JettyHttpComponent in the project and 
replace it with httpConfig.addCustomizer(new SecureRequestCustomizer(false)); 
this is quite troublesome! So I submit the following changes: 
JettyHttpComponent adds the secureRequestCustomizer attribute, which can be 
customized in the project and flexibly loaded into the Jetty component
   
   # Target
   
   - [4.4.x]
   - [main]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to