Hi, Is it possible to replace sslContextParameters for Netty4? I've tried to do so with processor (not optimal, just for tests):
.process(exchange -> this.getContext().getComponent(NETTY_COMPONENT, NettyComponent.class) .getConfiguration() .setSslContextParameters(<my new sslContextParameters>) ) .toD(<my dynamic url with ssl=true>); But it seems that it works only for the first time. Second run will not update sslContextParams. Am I doing something wrong? Or maybe it's expected behaviour? Thx in advance, Jarek -- View this message in context: http://camel.465427.n5.nabble.com/Netty4-replace-sslContextparameters-during-runtime-tp5793016.html Sent from the Camel - Users mailing list archive at Nabble.com.