px icon indicating copy to clipboard operation
px copied to clipboard

An HTTP proxy server to automatically authenticate through an NTLM proxy

Results 20 px issues
Sort by recently updated
recently updated
newest added

How i can switch to curl schannel support for px-windows version is there a possibility to check ca used is schannel or openssl ? https://curl.se/docs/sslcerts.html Can you please add feature...

I have automated the configuration of px through a PowerShell script. ```powershell $startParams = @{ FilePath = "C:\mypath\px\px.exe" ArgumentList = "--server=$proxy", "--listen=$localHost", "--port=$localPort", "--noproxy=$noProxy", "--workers=4", "--save" WindowStyle = "Hidden" }...

Hello, First thanks for this amazing project, i use it on a daily bases. Hello, The Version 0.9.0 doesn't work for me anymore. px doesn't Authenticate with Kerberos anymore. I'm...

enhancement

When running px 0.9.0 using Python 3.11.7 on macOS 14.3.1, requests are responded to with a "URL malformed" error. px starts successfully, as shown below. ``` $ px --proxy=192.0.2.1:3128 Serving...

bug

I use composer for my PHP Project and use it to apply patches during `composer install`. The Patches fail with `Failed to open stream: Cannot connect to HTTPS server through...

bug

Hi, I installed `px` using [scoop](https://scoop.sh). The script ends in `$HOME\scoop\apps\px\current`. I installed `px` to run on login: `$HOME\scoop\apps\px\current\pythonw.exe -m px --install` I configured `px` to use my upstream proxy.pac:...

bug

Fixes #208 On Linux SSPI is not available, but GSSAPI is. Kerberos still works on linux, the easiest way to gain a TGT is using `kinit username@DOMAIN` if dns is...

Since upgrading to Windows 11, I get the following warning every time px is started: ![image](https://github.com/genotrance/px/assets/8457849/f5f4c637-5bc8-41e6-afd2-ca4d0f58c469) Any chance the release could be signed?

enhancement

Thanks for the awesome proxy service. The documentation of the allow list only mentions IP-addresses. Would it work as well with domain names? In CNTLM it works but at boot...

enhancement