By using http.proxyHost for apache camel http component . It need two steps below, otherwise http.proxy will not work for camel http component.
put -Dhttp.proxyHost at java command line
at camel http query paramter, setting useSystemProperties to true
but for javax.net.ssl.trustStore , step 2 is not need.
Since both of them(trustStore or httpProxy) are system properties could be used via java command line. Why http.proxyHost need step2, but javax.net.ssl.trustStore does not ? Could anyone have some idea?
Thanks in advancace!