asdf-community / asdf-hashicorp

HashiCorp plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
239 stars 54 forks source link

Need a new way for getting plugin releases #46

Closed karmicdude closed 2 years ago

karmicdude commented 2 years ago

https://releases.hashicorp.com/ has been responding with a 405 status code for quite some time, maybe about 3 weeks or more. I'm from Russia, but through German VPN its the same.

asdf install terraform 1.1.7
Downloading terraform version 1.1.7 from https://releases.hashicorp.com/terraform/1.1.7/terraform_1.1.7_darwin_amd64.zip
Error: terraform version 1.1.7 not found
❯ http https://releases.hashicorp.com/terraform/1.1.7/terraform_1.1.7_darwin_amd64.zip
HTTP/1.1 405 Not allowed
Accept-Ranges: bytes
Connection: close
Content-Length: 427
Content-Type: text/html; charset=utf-8
Date: Mon, 04 Apr 2022 23:03:21 GMT
Retry-After: 0

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>405 Not allowed</title>
  </head>
  <body>
    <h1>Error 405 Not allowed</h1>
    <p>Not allowed</p>
    <h3>Guru Mediation:</h3>
    <p>Details: cache-bma1673-BMA 1649113401 3872867351</p>
    <hr>
    <p>Varnish cache server</p>
  </body>
</html>

https://status.hashicorp.com/#past-incidents says there was an incident on April 1 with an artifact repository. But in fact, it hasn't been working for much longer and the problem remains. Maybe there is an option to use some kind of mirror?

karmicdude commented 2 years ago

it's just great that such popular tools, do things like this, to maintain their image, literally spit in their users' faces.

https://discuss.hashicorp.com/t/access-to-releases-hashicorp-com-is-denied/36348

Closed.