-
Notifications
You must be signed in to change notification settings - Fork 18
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
Certificate Issue with cache #23
Comments
Do you have dots in |
@vlsi no but I do have dashes. My bucket name is in this format |
Could you please try adding trying a different httpclient version? Try adding the following to your buildscript {
dependencies {
classpath("org.apache.httpcomponents:httpclient:4.5.10!!")
}
} |
@vlsi that appears to have been it! Thank you very much for your help! |
Please clarify which version resolved the case |
I tried with 10 and that worked, and then switched to 14 and that also worked so I kept it there. |
Ok, then it seems to be a regression in 13. I'll release an update then |
This should be fixed in 1.6. |
Hello!
I'm attempting to implement this and am getting this error when running a gradle task
Getting this both locally and remote, did some other testing to confirm we are assuming the right roles and everything and are able to use the aws cli in our github action to access the bucket.
This is the plugin config
One possible guess is just to ask if this plugin works with fully private buckets?
Thanks for the help and for this plugin! If we can get through this permissioning issue this will be a big help (and is much preferred to spinning up some ECS instance to run a cache server).
The text was updated successfully, but these errors were encountered: