elastic / homebrew-tap

Homebrew tap for the Elastic Stack
Apache License 2.0
65 stars 47 forks source link

Error: elasticsearch-full: Failed to download resource "elasticsearch-full" #134

Closed dskecse closed 2 years ago

dskecse commented 2 years ago

When upgrading elasticsearch-full and kibana-full cask versions from the tap I ran into the following issue:

==> Upgrading 3 outdated packages:
elastic/tap/kibana-full 7.17.1 -> 7.17.2
elastic/tap/elasticsearch-full 7.17.1 -> 7.17.2
libx11 1.7.3.1 -> 1.7.5
==> Downloading https://artifacts.elastic.co/downloads/kibana/kibana-7.17.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap
##O#- #
curl: (22) The requested URL returned error: 403
Error: kibana-full: Failed to download resource "kibana-full"
Download failed: https://artifacts.elastic.co/downloads/kibana/kibana-7.17.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap
==> Downloading https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap
##O#- #
curl: (22) The requested URL returned error: 403
Error: elasticsearch-full: Failed to download resource "elasticsearch-full"
Download failed: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap

Trying to open the download link manually in the browser returns a "403 Forbidden" error. Is this a location specific error, cause connecting through VPN makes it go away?

alvir commented 2 years ago

You need to use VPN or forget about ES https://www.elastic.co/blog/elastic-stands-with-ukraine

dskecse commented 2 years ago

Makes sense, closing the issue.