How to make S3AsyncClient ignore or skip SSL verification in AWS SDK Java 2. x

0

Hi Guys, when i used the AWS SDK Java 2.x , I found the problem

S3AsyncClient s3AsyncClient = S3AsyncClient.builder()
                        .httpClient(httpclient)
                        .credentialsProvider(StaticCredentialsProvider.create(awsCreds))
                        .endpointOverride(URI.create(endpointurl))
                        .region(Region.of(region))
                        .build();

i need the httpclient ignore or skip SSL verification ,What should i coding ?

1 回答
1
profile pictureAWS
专家
已回答 1 年前
profile picture
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则