Replies: 1 comment
-
I see your local tests are working fine, have you set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying use :
It works fine on local but on docker it fails with the following exception:
I have set the default truststore in the env variable:
and in the code if I do
System.getProperty("javax.net.ssl.trustStore")
I get the right value but still the exception while I try to upload to S3 usingS3CrtAsyncClient
Can anyone help on this?
Beta Was this translation helpful? Give feedback.
All reactions