Re: sslcontextparameters for HTTP component

2025-03-29 Thread Claus Ibsen
Hi Try with sslContextParameters: #bean:customssl On Mon, Mar 10, 2025 at 10:04 PM Rohan Emmanuel wrote: > Thanks a lot for reply Ivan Kulaga. > > getting error saying cannot convert String to KeyStore type during start. > > : Could not find a suitable setter for property: keyS

sslcontextparameters for HTTP component

2025-03-15 Thread Rohan Emmanuel
hi , i am trying to configure SSL context parameters using YAML dsl. I am not able to configure it. can anyone point me the sample configuration , i am not able to find documentation for the YAML dsl. any pointers would be appreciated. YAML Snippet below for your reference, here how to configure t

Re: sslcontextparameters for HTTP component

2025-03-11 Thread Rohan Emmanuel
Thanks a lot for reply Ivan Kulaga. getting error saying cannot convert String to KeyStore type during start. : Could not find a suitable setter for property: keyStore as there isn't a setter method with same type: java.lang.String nor type conversion possible: No type converter available to conv

Re: sslcontextparameters for HTTP component

2025-03-11 Thread Ivan Kulaga
Hello Rohan! You're moving in the right direction, apart from your configuration that looks like that: - to: id: to-e5b0 uri: https parameters: sslContextParameters: customssl httpUri: https:/// httpMethod: GET you need