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 réponse
1
profile pictureAWS
EXPERT
répondu il y a un an
profile picture
EXPERT
vérifié il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions