Saravanakumar Selvaraj created CAMEL-14749:
----------------------------------------------
Summary: 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
Fix For: 3.2.0
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)