Certificate issues when upgrading from 2.8 to 2.10

2013-12-02 Thread rouble
sa.sslj.x.aE.a(Unknown Source) at com.rsa.sslj.x.aP.c(Unknown Source) at com.rsa.sslj.x.aP.a(Unknown Source) at com.rsa.sslj.x.aP.h(Unknown Source) at com.rsa.sslj.x.cz.startHandshake(Unknown Source) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:534) tia, rouble

Re: Performance Degradation due to Reverse DNS Lookups

2013-06-18 Thread rouble
emented in camel. Cheers rouble On Mon, Jun 3, 2013 at 10:47 PM, Willem jiang wrote: > Hi, > > I'm not sure if setting the dummy implementation of X509HostnameVerifier can > resolve the issue. > Can you try it to see if it work? > > > -- > Willem Jiang > > R

Re: Performance Degradation due to Reverse DNS Lookups

2013-06-03 Thread rouble
In my router configuration I am specifying "https4" - is that what you wanted to know? cheers rouble On Mon, Jun 3, 2013 at 9:59 PM, Willem jiang wrote: > Hi, > > There are lots of http related components can provide the https connection, > it could be helpful if you

Performance Degradation due to Reverse DNS Lookups

2013-06-03 Thread rouble
camel (http://www.velocityreviews.com/forums/showpost.php?p=2959030&postcount=8). tia, rouble

Stream Caching 101

2013-03-21 Thread rouble
am having to re-set it back after every read - which sort of kills the purpose of enabling stream caching - but maybe this is not how it was intended to be used? tia, rouble

Re: Stream Caching Kills my Routes

2013-03-21 Thread rouble
Hi Claus, Can you please send me the JIRA ticket id so I can track it. Appreciate it. Cheers Rouble On Wed, Mar 20, 2013 at 11:13 AM, Claus Ibsen wrote: > On Wed, Mar 20, 2013 at 2:10 PM, rouble wrote: >> Camel aficionados, >> >> I have a simple http proxy route in C

Re: Enable wire logs on Camel HTTP Proxy

2013-03-07 Thread rouble
But not from the Client to the Camel Proxy. I would really like to generate all the wire HTTP logs within the camel proxy itself. On the topic of stream caching, I want to be able to turn on these wire HTTP logs at DEBUG level. Is it possibly to programmatically enable stream caching and logging?

Re: Enable wire logs on Camel HTTP Proxy

2013-03-04 Thread rouble
[Re-viving old thread] So this shows the communication between the camel proxy box and the remote endpoint. How do I see the HTTP logs between the client and the camel proxy box? Basically, the network topology is Client<=>Camel Proxy<===>Remote Endpoint tia, r

Re: Get full request url from Exchange

2013-02-01 Thread rouble
yProcessor) .to("https4://realWebService:8443/api/?bridgeEndpoint=true&throwExceptionOnFailure=false"); So, the request is coming in from a servlet context. tia, rouble On Thu, Jan 24, 2013 at 3:32 AM, Claus Ibsen wrote: > On Wed, Jan 23, 2013 at 10:10 PM, Pranab Me

Re: Proxying WSDL for CXF endpoint via camel

2012-10-25 Thread rouble
("servlet:///proxyWebService/api/?matchOnUriPrefix=true") .process ( //Do something here to override hostname and port of the realWebService ) .to("https4://realWebService:8443/api/?bridgeEndpoint=true&throwExceptionOnFailure=false"); tia, rouble On Thu, Oct 25, 2012