I have a basic S3Client that works perfectly fine and when I use a S3AsyncClient to do any S3 operation - I get Error 1067 AWS_IO_TLS_NEGOTIATION_TIMEOUT. Followed the steps in this blog to set up the S3AsyncClient - it uses a CRT-based S3 client.
This is using AWS SDK v2
Any inputs?
I tried including the required crt http client and also enabled debug logs using sdk v2 log4j configuration, but no luck .