corretto / corretto-8

Amazon Corretto 8 is a no-cost, multi-platform, production-ready distribution of OpenJDK 8
GNU General Public License v2.0
2.11k stars 221 forks source link

Cannot proxy into Corretto Debian Repository #213

Open ziyiluo opened 4 years ago

ziyiluo commented 4 years ago

This is a sub-issue of #203. Quote:

I'm unable to proxy Corretto Debian Repository from an artifact store (Artifactory in this case).

ziyiluo commented 4 years ago

@seanabraham The root cause of it was the missing of ./ubuntu and ./debian directory under https://apt.corretto.aws/. We added them in the Corretto apt repo a few months ago. Could you confirm this issue has been fixed?

kaison91 commented 1 year ago

Hi guys,

we have the same problem and want to create a debian remote repository in our Artifactory to get debian corretto artifacts and used the mentioned url https://apt.corretto.aws/ but always get a 403 forbidden and if I try to browse the site in my web browser I get the following error message:

` AccessDenied

Access Denied NR3D4KRAXG24XFR9 oA+Sjkg2TH6O2alLojF5mWDX8HiMHcWL9WToMuxUrrHZAwJ7ZWZCLfdV/M6ZuwZ+Vaa88zYAjGM=

`

Do we have to configure anything else or another url to fetch the jdks?

benty-amzn commented 1 year ago

As mentioned in #203, we don't currently support web access to the repository. Could you provide more information such as steps to reproduce the issue you're having with artifactory??

kaison91 commented 1 year ago

Hi, thanks for answering! We have only created a Debian type remote repository in Artifactory and inserted the mentioned URL (https://apt.corretto.aws/) there. Then we get a 403 forbidden when we press the test-button. I don't know if Artifactory can handel URLs for Remote-Repository if they are not browsable but I want to give it a try and ask you.