RE: Accessing HttpClient from JettyHttpComponent

2015-07-10 Thread Stephen.CTR.Chappell
Thanx, Claus. It looks like I'd use setKeystore, setSslKeyPassword, and setSslPassword to set up the HttpClient key usage, is that correct? What I don't see is any way to set the client-side trust store (i.e., HttpClient.setTrustStoreLocation setTrustStorePassword)? Thanx, Stephen W.

Accessing HttpClient from JettyHttpComponent

2015-07-09 Thread Stephen.CTR.Chappell
Hi - I'm migrating some legacy code from Camel 2.8.3 up to 2.15.2. Previously I was able to access a Jetty HttpClient like so: JettyHttpComponent jettyComponent = (JettyHttpComponent) this.context.getComponent( CamelHttpProxy.JETTY_COMPONENT_NAME); HttpClient =