Open louisbuchbinder opened 4 years ago
Just created a pull request with updates to the readme for building on macOS. Just a couple pre-install steps and building from source works like a charm.
pr is here: https://github.com/bryanpkc/corkscrew/pull/11
Confirming that on macOS 14.2.1 with Homebrew 4.2.5, the brew-installed version of corkscrew did not handle proxy authentication (proxy server essentially saw no auth attempt), but when built from source it worked fine.
Same here, Apple m3 and m1 with macOS 14.6.1 with Homebrew 4.3.17, the brew-installed version of corkscrew did not handle proxy authentication (proxy server give error auth), but when built from source it worked fine as well.
Steps to reproduce:
brew install corkscrew
echo user@pass > auth
corkscrew localhost 8000 localhost 8001 auth
Proxy-Authorization: Basic Q09OTkVDVCBsb2NhbGhvc3Q6ODAwMSBIVFRQLzEuMApQcm94eS1BdXRob3JpemF0aW9uOiBCYXNpYyA=
Notes
Thank you this is very useful software for me.