[ 
https://issues.apache.org/jira/browse/CAMEL-16530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325296#comment-17325296
 ] 

Gustavo Maurizio commented on CAMEL-16530:
------------------------------------------

I performed an additional test from my home computer (that does not need proxy).

When I use the application.properties to set the following values:

camel.component.aws2-s3.use-default-credentials-provider=true

camel.component.aws2-s3.autowired-enabled=true

works fine! (again there is no proxy there)

If I add 

camel.component.aws2-s3.proxy-host=myproxy.com

camel.component.aws2-s3.proxy-port=8099

 

they are correctly read at start, but nothing changes, and of course the 
myproxy.com does not exist, so it should at least give a DNS or timeout error.

>From my work computer (that DOES need the proxy), no matter how i load the 
>host (host name or IP), it is ignored as well.

> AWS2-S3 component does not recognize or use proxy-host and proxy-port from 
> application.properties
> -------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-16530
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16530
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-aws2-s3
>    Affects Versions: 3.9.0
>            Reporter: Gustavo Maurizio
>            Assignee: Andrea Cosentino
>            Priority: Major
>
> when attempting to use AWS2 S3 resources via a proxy host and port, the 
> configuration specified in the application.properties file is ignored. You 
> can enter anything there as
> camel.component.aws2-s3.proxy-host=url.of.my.proxy
> camel.component.aws2-s3.proxy-port=8099
>  
> but it is ignored and starting the route fails with SSL error
> [ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:3.9.0:run 
> (default-cli) on project camel39-main: null: MojoExecutionException: 
> InvocationTargetException: Failed to start route route1 because of null: 
> Unable to execute HTTP request: Connection reset -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to