-
Notifications
You must be signed in to change notification settings - Fork 910
Unable to execute HTTP request: Host name 's3.amazonaws.com' does not match the certificate subject provided by the peer #1223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Okay, I think I figured it out.. I needed to add the following dependency
|
I am not aware of why your trust store is not accepting Amazon S3. It might be due to trust store being outdated. I would suggest look into it and fixing the trust store. |
…c0e03629b Pull request: release <- staging/a0651218-4815-4999-9560-fe1c0e03629b
I am using
compile group: 'software.amazon.awssdk', name: 'aws-sdk-java', version:'2.5.29'
and when I am trying to listbuckets I am getting
What got changed in the new version ? Following is my code
When I try to set the http client to
UrlConnectionHttpClient
, the class is not found.. Is something missing in the version ?The text was updated successfully, but these errors were encountered: