bryanpkc / corkscrew

A tool for tunneling SSH through HTTP proxies
GNU General Public License v2.0
1.13k stars 104 forks source link

Corkscrew install from brew has broken Proxy-Authorization #12

Open louisbuchbinder opened 4 years ago

louisbuchbinder commented 4 years ago

Steps to reproduce:

Notes

Thank you this is very useful software for me.

louisbuchbinder commented 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.

louisbuchbinder commented 4 years ago

pr is here: https://github.com/bryanpkc/corkscrew/pull/11

ChrisHardie commented 9 months ago

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.

pserrano commented 2 months ago

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.