KevinMengSF commented on issue #1610:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1610#issuecomment-2068960021

   @oscerd hope can release new connector for SSLContextParameters setting asap.
   
   Currently we cannot directly do the configuration for SSLContextParameters 
in the file:
   
https://github.com/apache/camel-kafka-connector/blob/camel-kafka-connector-4.0.x/connectors/camel-https-kafka-connector/src/main/docs/examples/CamelHttpsSinkConnector.properties
   
   or
   
   
https://github.com/apache/camel-kamelets/blob/v4.0.3/kamelets/http-secured-sink.kamelet.yaml
   
   **Whether only can create a project like Springboot Project** and create 
bean name like "mySSLContextParameters" of SSLContextParameters according to 
spring configuration:
   "
   <camel:sslContextParameters
         id="mySSLContextParameters">
       <camel:keyManagers
           keyPassword="keyPassword">
         <camel:keyStore
             resource="/users/home/server/keystore.jks"
             password="keystorePassword"/>
       </camel:keyManagers>
     </camel:sslContextParameters>
   "
   
   And reference bean mySSLContextParameters by configuration like 
   "<to 
uri="https://127.0.0.1/mail/?sslContextParameters=#mySSLContextParameters"/> "
   
   As this document explanation:
   
https://camel.apache.org/components/4.4.x/http-component.html#_setting_up_ssl_for_http_client
   
   I am refresher for Camel Connector, my understanding is correct or not?


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to