Brew install error or Upgrading issue with latest version

Hey Hi,

I’m trying to upgrade the Hugo version it failed… I thought it’s something else… But when I try to do a clean install I encounter the same issue.

brew install hugo

==> Downloading https://homebrew.bintray.com/bottles/hugo-0.81.0.big_sur.bottle.

curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

Error: Failed to download resource “hugo”

Download failed: https://homebrew.bintray.com/bottles/hugo-0.81.0.big_sur.bottle.tar.gz

Any help on this?

Thanks
Suresh

Did you first use brew upgrade ? This gives you a clean brew install.

You also can do brew doctor and brew cleanup.

Where did you install brew ?? This source is not the right one.

According to Github formula it should download https://github.com/gohugoio/hugo/archive/v0.81.0.tar.gz

Hey Hi,

I did the brew upgrade first after 24 hours and it did fixed it :slight_smile:

Thanks for the help.