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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ