Re: java.lang.IllegalStateException: unsupported protocol: 'https4'

2016-10-30 Thread bcwajapey
@arno noordover : Sorry did not get exactly what you meant. Are you suggesting I have to give complete URL in "CamelHttpUri" header instead of using header variables like ${header.employeeName}? -- View this message in context: http://camel.465427.n5.nabble.com/java-lang-IllegalStateException-u

Re: java.lang.IllegalStateException: unsupported protocol: 'https4'

2016-10-30 Thread bcwajapey
Are you suggesting to use "https" (Http Client 3.x) instead of "https4" (Http Client 4.x)? I have already tried it and https4 fails. Thats the error I have mentioned in the thread. -- View this message in context: http://camel.465427.n5.nabble.com/java-lang-IllegalStateException-unsupported-pro

java.lang.IllegalStateException: unsupported protocol: 'https4'

2016-10-20 Thread bcwajapey
Hi All, I am using camel to call REST URLs. In doing so, I am setting the CamelHttpUri header to override the URI. This works properly with http/https (Http client 3.x). However, it fails for http4/https4 (Http Client 4.x). Below is the stack trace for https4 Stacktrace --