Failing at task "get latest JDK download page"
adithyamenon opened this issue · 3 comments
adithyamenon commented
"msg": "Status code was 403 and not [200]: HTTP Error 403: Forbidden", "pragma": "no-cache", "redirected": false, "server": "Apache", "status": 403, "url": "http://www.oracle.com/technetwork/java/javase/downloads/index.html"
Tried doing a curl and wget on the same URL provided but it still gave the "HTPP Error 403".
Broken links need to be fixed on subsequent tasks.
steenzout commented
@adithyamenon this seems a connectivity problem between the machine you are trying to run the role against and Oracle.
psharkey commented
I’ve seen the same problem several times and it’s not connectivity issue but rather a problem on Oracle’s side -
403: Forbidden example
steenzout commented
I cannot reproduce this problem.
Closing for now.