crate broken
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
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?