brew install fails with wrong version number
rjcoelho opened this issue · 2 comments
rjcoelho commented
brew install terraform_landscape
==> Downloading https://homebrew.bintray.com/bottles/terr
curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
Error: Failed to download resource "terraform_landscape"
Download failed: https://homebrew.bintray.com/bottles/terraform_landscape-0.3.4.mojave.bottle.tar.gz
I'm using ruby from brew
ruby -v
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin18]
``
sds commented
Hey @rjcoelho, I'm not able to reproduce that error.
The error you are seeing suggests that you might be sending the traffic to a proxy or the server itself was serving HTTP instead of HTTPS, which is why you are seeing an SSL error.
This has nothing to do with Terraform Landscape, so I'm going to close this issue. If you are reliably reproducing this issue, it suggests an issue with your local network configuration, or Homebrew itself.
Hope that helps!
rjcoelho commented
Its working now :)