websocat icon indicating copy to clipboard operation
websocat copied to clipboard

crate broken

Open mcandre opened this issue 6 years ago • 1 comments

When I run brew install websocat or cargo install websocat on macOS, I get an error about authentication issues with some strange download URL:

http://se0900k512/B0001D0000N0001N0000F0000S0000R0004/10.57.110.106/https://crates.io/api/v1/crates/websocat/1.3.0/download

As a workaround, I am copying the prebuilt mac binary to a directory on my PATH and enabling the executable flag. Thank you for publishing prebuilt binaries, by the way!

https://github.com/vi/websocat/releases

mcandre avatar Mar 19 '19 15:03 mcandre

The URL looks like a redirect from from transparent web proxy or captive portal. What Internet connection are you using? Is 10.57.110.106 your system's internal IP (or gateway)?

What is output of curl --head -v http://connectivitycheck.gstatic.com/generate_204?

Is that URL the same for "brew install" and "cargo install"?

The problem looks not specific for Websocat. Can you "brew install" or "cargo install" anything else?

vi avatar Mar 20 '19 09:03 vi