WildFly-Camel 10.0.0 released

2019-04-01 Thread Thomas Diesler
WildFly-Camel 10.0.0 provides Camel-2.23.1 integration with WildFly-16.0.0 This is a major update release that comes with a new WildFly version. Component upgrades include WildFly-16.0.0 Galleon-3.0.1 Hawtio-2.5.0 In addition to that, we also resolved a number of other tasks and bugs

Fwd: HTTP4s handshake exception

2019-04-01 Thread Wang Yan
Ok in this case you just need truststore , it should cotain server certifcate of you could use .to("https4://:/MutualAuthentication/MutuallySecuredServlet"); instead of .to("https4://:/MutualAuthentication/MutuallySecuredServlet?sslContextParameters=sslContextParameters"); You could do som

Re: HTTP4s handshake exception

2019-04-01 Thread Rohan Emmanuel
no, httpclient is not calling my route over https my route is the one which is invoking web application over SSL my route looks like this, hence the question i assume this is valid use case. I was not able to find any sample in this regard . please point me in the correct direction. from("n

Fwd: HTTP4s handshake exception

2019-04-01 Thread Wang Yan
httpclient calling your route over https i assume you only using one way ssl. in this case at your route side's code, you just need keystore, you could skip truststore setting the httpclient code which is calling your route, it need to set up truststore -- Forwarded message - F

Re: HTTP4s handshake exception

2019-04-01 Thread Rohan Emmanuel
where exactly i should specify trust store resource location while configuring HTTP4s? KeyStoreParameters class provides setResouce , similarly ,how to specify trust store ? On Sun, Mar 31, 2019 at 11:17 AM Rohan Emmanuel wrote: > any clues on the reasons for getting "java.net.SocketException: