[ https://issues.apache.org/jira/browse/CAMEL-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063332#comment-17063332 ]
Saravanakumar Selvaraj commented on CAMEL-14749: ------------------------------------------------ Thank you Andrea. It is now fixed in 3.1.x too. > Camel-AWS2: Error configuring AWS2 endpoints behind proxy server > ---------------------------------------------------------------- > > Key: CAMEL-14749 > URL: https://issues.apache.org/jira/browse/CAMEL-14749 > Project: Camel > Issue Type: Bug > Components: camel-aws2 > Reporter: Saravanakumar Selvaraj > Assignee: Saravanakumar Selvaraj > Priority: Minor > Fix For: 3.2.0, 3.1.1 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Getting errors when providing proxy configurations as endpoint URI options. > {code} > Caused by: java.lang.IllegalArgumentException: Proxy endpoint path is not > supported. > at software.amazon.awssdk.utils.Validate.isTrue (Validate.java:76) > at > software.amazon.awssdk.http.apache.ProxyConfiguration$DefaultClientProxyConfigurationBuilder.endpoint > (ProxyConfiguration.java:313) > at org.apache.camel.component.aws2.sqs.Sqs2Endpoint.createClient > (Sqs2Endpoint.java:340) > at org.apache.camel.component.aws2.sqs.Sqs2Endpoint.getClient > (Sqs2Endpoint.java:316) > at org.apache.camel.component.aws2.sqs.Sqs2Endpoint.doInit > (Sqs2Endpoint.java:132) {code} > -- This message was sent by Atlassian Jira (v8.3.4#803005)